Syntax fix from previous commit

This commit is contained in:
Waverunner
2014-07-27 13:00:44 -04:00
parent 88627d65a3
commit 58b24dcffb
+1 -1
View File
@@ -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;