mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +00:00
Unix compatible, you heard of it?
This commit is contained in:
@@ -39,8 +39,8 @@ public class NpcHandler {
|
||||
for (int i = 0; i < maxListedNPCs; i++) {
|
||||
NpcList[i] = null;
|
||||
}
|
||||
loadNPCList("./Data/CFG/npc.cfg");
|
||||
loadAutoSpawn("./Data/CFG/spawn-config.cfg");
|
||||
loadNPCList("./data/CFG/npc.cfg");
|
||||
loadAutoSpawn("./data/CFG/spawn-config.cfg");
|
||||
}
|
||||
|
||||
public static boolean isUndead(int index) {
|
||||
|
||||
Reference in New Issue
Block a user