disable some debug flags by default...most importantly, add the scriptListLoadUnload [GameServer] flag, which toggles the "script_class_loader" spam on and off

This commit is contained in:
DarthArgus
2016-07-20 00:01:54 +00:00
parent 191ad6f90a
commit 1486c84de2
5 changed files with 18 additions and 8 deletions
@@ -508,7 +508,6 @@ public class group extends script.base_script
}
}
}
int debug = amt - totalDividends;
prose_package ppSplit = prose.getPackage(PROSE_SPLIT_COINS_SELF, null, Integer.toString(amt), null, null, Integer.toString(amt - totalDividends), null, null, null, null, 0, 0.0f);
sendSystemMessageProse(actor, ppSplit);
}