fix: use correct char for boolean type
This commit is contained in:
@@ -32,7 +32,7 @@ import lombok.AllArgsConstructor;
|
||||
public enum ScriptVarType
|
||||
{
|
||||
INTEGER('i', "integer"),
|
||||
BOOLEAN('l', "boolean"),
|
||||
BOOLEAN('1', "boolean"),
|
||||
SEQ('A', "seq"),
|
||||
COLOUR('C', "colour"),
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user