mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Syntax fix from previous commit
This commit is contained in:
@@ -1127,7 +1127,7 @@ public class GuildService implements INetworkDispatch {
|
||||
if (guild != null) {
|
||||
if (object.getGuildList().remove(guild.getString())) {
|
||||
object.getGuilds().remove(id);
|
||||
if (object.getGuilds().containsKey(id)) return true;
|
||||
if (!object.getGuilds().containsKey(id)) return true;
|
||||
else return false;
|
||||
}
|
||||
else return false;
|
||||
|
||||
Reference in New Issue
Block a user