yes
Some checks failed
/ deploy (push) Failing after 2m8s

This commit is contained in:
Minecon724 2024-11-28 18:43:37 +01:00
parent 740fab869e
commit 6c1e0da6b6
Signed by untrusted user who does not match committer: Minecon724
GPG key ID: 3CCC4D267742C8E8
15 changed files with 144 additions and 97 deletions

View file

@ -174,9 +174,7 @@ public class ChatManager {
public void deleteChatRoom(ChatRoom chatRoom) {
roomIdMap.remove(chatRoom.id);
ChatRoomLoader.getFile(plugin, chatRoom.id).delete();
chatRoom.players.forEach(player -> {
setPlayerChatRoom(getById(defaultRoom), player);
});
chatRoom.players.forEach(player -> setPlayerChatRoom(getById(defaultRoom), player));
}
/**