Attempt to make Geyser build

This commit is contained in:
Camotoy 2021-08-16 14:00:12 -04:00
parent ac17963baa
commit f4437e45a8
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ public class JavaDeclareCommandsTranslator extends PacketTranslator<ServerDeclar
return CommandParam.FLOAT;
case INTEGER:
case LONG:
return CommandParam.INT;
case ENTITY: