mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
update prompt utility functions for issue #65
tweaks to alias stuff fix bug with bots not showing
This commit is contained in:
@ -47,7 +47,7 @@ namespace SharedLibraryCore.Configuration
|
||||
if (UseIW5MParser)
|
||||
ManualLogPath = Utilities.PromptString(loc["SETUP_SERVER_MANUALLOG"]);
|
||||
|
||||
ReservedSlotNumber = loc["SETUP_SERVER_RESERVEDSLOT"].PromptInt(0, 32);
|
||||
ReservedSlotNumber = loc["SETUP_SERVER_RESERVEDSLOT"].PromptInt(null, 0, 32);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user