Fixed message for toggling chat channel

Fixed stack overflow for untoggling chat channels
This commit is contained in:
2022-05-30 19:43:31 +02:00
parent 82eecc3142
commit 4068ad8ea6
4 changed files with 6 additions and 6 deletions
@@ -50,7 +50,7 @@ public class PartyChat extends Toggleable implements CommandExecutor {
@Override
public void setOff(UUID uuid) {
disableToggles(uuid);
toggledUsers.remove(uuid);
}
@Override