add rainbow wires

This commit is contained in:
Redo0
2021-06-07 15:37:57 -05:00
parent 7922e85545
commit 4501eea02e
3 changed files with 69 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ function serverCmdLST(%client, %time)
function serverCmdLSM(%client, %mult){
if(%client.isAdmin || %client.isSuperAdmin){
%mult = mFloor(mClamp(%mult, 1, 1000));
%mult = mFloor(mClamp(%mult, 1, 10000));
$Pref::Server::LuaLogic::OPT_TICK_MULT = %mult;
messageAll('', '\c3%1\c6 has set the logic tick multiplier to \c3%2\c6.', %client.name, %mult);
lualogic_sendoptions();