mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 07:52:32 +08:00
Fix whitespace [skip actions]
This commit is contained in:
committed by
Melledy
Unverified
parent
510d564bcb
commit
ae2d1fe438
@@ -38,7 +38,7 @@ public final class CoopCommand implements CommandHandler {
|
||||
CommandHandler.sendMessage(sender, translate(sender, "commands.coop.usage"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// There's no target==host check but this just places them in multiplayer in their own world which seems fine.
|
||||
if (targetPlayer.isInMultiplayer()) {
|
||||
targetPlayer.getServer().getMultiplayerSystem().leaveCoop(targetPlayer);
|
||||
|
||||
Reference in New Issue
Block a user