mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-02 03:16:42 -04:00
Temporary fix for server not starting up due to the name filter not loading
This commit is contained in:
@@ -71,7 +71,9 @@ public class ZoneService extends Service {
|
||||
getCharacter = getLocalDatabase().prepareStatement("SELECT * FROM characters WHERE name = ?");
|
||||
nameGenerator.loadAllRules();
|
||||
loadProfTemplates();
|
||||
return nameFilter.load() && super.initialize();
|
||||
if (!nameFilter.load())
|
||||
System.out.println("Failed to load name filter!");
|
||||
return super.initialize();
|
||||
}
|
||||
|
||||
public void handlePacket(GalacticIntent intent, Player player, long networkId, Packet p) {
|
||||
|
||||
Reference in New Issue
Block a user