File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
src/main/java/org/byteskript/skript/compiler Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ private SkriptLangSpec() {
212
212
new LongLiteral (),
213
213
new FloatLiteral (),
214
214
new DoubleLiteral (),
215
- new DoubleLiteral ()
215
+ new BooleanLiteral ()
216
216
);
217
217
registerSyntax (CompileState .STATEMENT ,
218
218
new ExprVariableThread (),
@@ -233,16 +233,9 @@ private SkriptLangSpec() {
233
233
new ExprContains (),
234
234
new ExprMatches ()
235
235
);
236
- registerSyntax (CompileState .STATEMENT ,
237
- new ExprVariableThread (),
238
- new ExprVariableAtomic (),
239
- new ExprVariableGlobal (),
240
- new ExprVariable ()
241
- );
242
236
registerSyntax (CompileState .STATEMENT ,
243
237
new ExprNewArray (),
244
238
new ExprBracket (),
245
- new BooleanLiteral (),
246
239
new ExprThisThing (),
247
240
new ExprTernaryOtherwise (),
248
241
new ExprBinaryOtherwise (),
You can’t perform that action at this time.
0 commit comments