Fix creating account if $npcCheck is enabled

This commit is contained in:
slawkens
2021-05-23 02:55:27 +02:00
parent 135f393fc4
commit 80623580f2
2 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ class DataLoader
self::$startTime = microtime(true);
require LIBS . 'npc.php';
require_once LIBS . 'npc.php';
if(NPCs::loadFromXML()) {
success(self::$locale['step_database_loaded_npcs'] . self::getLoadedTime());
}