increase tick multiplier limit
This commit is contained in:
parent
2f6e29aae8
commit
794d046db8
@ -21,7 +21,7 @@ function serverCmdLST(%client, %time)
|
|||||||
|
|
||||||
function serverCmdLSM(%client, %mult){
|
function serverCmdLSM(%client, %mult){
|
||||||
if(%client.isAdmin || %client.isSuperAdmin){
|
if(%client.isAdmin || %client.isSuperAdmin){
|
||||||
%mult = mFloor(mClamp(%mult, 1, 10000));
|
%mult = mFloor(mClamp(%mult, 1, 1000000));
|
||||||
$Pref::Server::LuaLogic::OPT_TICK_MULT = %mult;
|
$Pref::Server::LuaLogic::OPT_TICK_MULT = %mult;
|
||||||
messageAll('', '\c3%1\c6 has set the logic tick multiplier to \c3%2\c6.', %client.name, %mult);
|
messageAll('', '\c3%1\c6 has set the logic tick multiplier to \c3%2\c6.', %client.name, %mult);
|
||||||
lualogic_sendoptions();
|
lualogic_sendoptions();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user