Made F Stuck Toggleable

This commit is contained in:
Driftay
2020-03-23 16:11:54 -04:00
parent 323dce1c4f
commit 606e82c890
5 changed files with 13 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ public class CmdLeave extends FCommand {
@Override
public void perform(CommandContext context) {
context.fPlayer.leave(true);
context.fPlayer.leave(true);
}
@Override