Changelog will be posted, add alot

This commit is contained in:
Driftay
2020-03-25 00:56:39 -04:00
parent 4dec162d46
commit 8cace99444
58 changed files with 750 additions and 329 deletions

View File

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