We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fa2967 commit 78431c7Copy full SHA for 78431c7
1 file changed
src/main/resources/config.sk
@@ -243,12 +243,6 @@ variable changes until save: 1000
243
# This setting can lag your server depending on how often variables get saved and
244
# the number of variables needing to be saved.
245
246
-simplify syntax on parse: true
247
-# This setting controls whether Skript should try to simplify the syntax of a statement
248
-# when parsing it. For example, 'set {a} to 1 + 10 * 5^2' will be simplified to 'set {a} to 251'.
249
-# This can be useful for performance, but could cause issues with some older addons. If you are encountering strange
250
-# issues, try disabling this setting and see if it helps. Otherwise, you can leave it enabled for better performance.
251
-
252
# ==== Runtime Errors ====
253
254
runtime errors:
0 commit comments