Merged the two errant guild methods.

This commit is contained in:
2023-01-20 07:54:00 -05:00
parent c57ae6d916
commit 715fdeec9e
2 changed files with 3 additions and 9 deletions
+1 -7
View File
@@ -725,18 +725,12 @@ Guild.serializeForClientMsg(guild,writer, null, false);
public static Guild getErrantGuild() {
return Guild.getErrantNation();
}
public static Guild getErrantNation() {
if (Guild.errant == null)
Guild.errant = new Guild("None", null, 10, "Despot Rule", GuildTag.ERRANT, 0);
return Guild.errant;
}
/*
* Game Object Manager
*/
public static Guild getGuild(final int objectUUID) {
if (objectUUID == 0)