mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Reworked script service, added cloning terminals to all cloning facilities
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user