This commit is contained in:
Waverunner
2014-03-03 18:55:13 -05:00
84 changed files with 149 additions and 10387 deletions
+3 -1
View File
@@ -602,7 +602,9 @@ public class PlayerService implements INetworkDispatch {
try {
String customServerTemplate = null;
if (!item.contains("/")) {
if (item.contains("/")) {
item = (item.substring(0, (item.lastIndexOf("/") + 1)) + "/shared_" + item.substring((item.lastIndexOf("/") + 1)));
} else {
customServerTemplate = item;
item = core.scriptService.callScript("scripts/roadmap/", "roadmap_rewards", "get", item).asString();
}