mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt to make Geyser build
This commit is contained in:
parent
ac17963baa
commit
f4437e45a8
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ public class JavaDeclareCommandsTranslator extends PacketTranslator<ServerDeclar
|
||||||
return CommandParam.FLOAT;
|
return CommandParam.FLOAT;
|
||||||
|
|
||||||
case INTEGER:
|
case INTEGER:
|
||||||
|
case LONG:
|
||||||
return CommandParam.INT;
|
return CommandParam.INT;
|
||||||
|
|
||||||
case ENTITY:
|
case ENTITY:
|
||||||
|
|
Loading…
Reference in a new issue