@@ -235,7 +235,7 @@ ForceInventoryUpdate = False
|
||||
|
||||
# True = Load html's into cache only on first time html is requested.
|
||||
# False = Load all html's into cache on server startup.
|
||||
# Default: True
|
||||
# Default: False
|
||||
LazyCache = False
|
||||
|
||||
# Cache all character names in to memory on server startup
|
||||
|
||||
@@ -94,6 +94,9 @@ AcceptAlternateID = True
|
||||
# Default: .
|
||||
DatapackRoot = .
|
||||
|
||||
# Scripts root directory.
|
||||
ScriptRoot = ./data/scripts
|
||||
|
||||
# Define how many players are allowed to play simultaneously on your server.
|
||||
# Default: 2000
|
||||
MaximumOnlineUsers = 2000
|
||||
|
||||
@@ -221,7 +221,7 @@ public final class AdminPForge implements IAdminCommandHandler
|
||||
private void showValuesPage(PlayerInstance activeChar, String[] opCodes, String format)
|
||||
{
|
||||
String sendBypass = null;
|
||||
String valuesHtml = HtmCache.getInstance().getHtmForce(activeChar, "data/html/admin/pforge/values.htm");
|
||||
String valuesHtml = HtmCache.getInstance().getHtm(activeChar, "data/html/admin/pforge/values.htm");
|
||||
if (opCodes.length == 3)
|
||||
{
|
||||
valuesHtml = valuesHtml.replace("%opformat%", "chd");
|
||||
|
||||
Reference in New Issue
Block a user