Reworked script service, added cloning terminals to all cloning facilities

This commit is contained in:
Light2
2013-09-16 16:42:30 +02:00
parent f6ce41e1e1
commit 351f1d6bd4
19 changed files with 128 additions and 31 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ public class PlayerService implements INetworkDispatch {
if(!FileUtilities.doesFileExist("scripts/expertise/" + expertiseBox + ".py"))
return;
core.scriptService.callScript("scripts/expertise", "addExpertisePoint", expertiseBox, core, creature);
core.scriptService.callScript("scripts/expertise/", "addExpertisePoint", expertiseBox, core, creature);
}