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