Revert "Adds glide_size to atom_movable and removes tickcomp (#9373)" (#9402)

Either the pr is not working or I did something wrong on my side.
This commit is contained in:
Alberyk
2020-07-19 22:40:44 -03:00
committed by GitHub
parent 1cf0146bb2
commit 88ce3ff47c
6 changed files with 23 additions and 2 deletions
+4
View File
@@ -14,5 +14,9 @@
message_admins("[key_name(src)] has modified world.tick_lag to [newtick]", 0)
world.tick_lag = newtick
feedback_add_details("admin_verb","TICKLAG") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
switch(alert("Enable Tick Compensation?","Tick Comp is currently: [config.Tickcomp]","Yes","No"))
if("Yes") config.Tickcomp = 1
else config.Tickcomp = 0
else
to_chat(src, "<span class='warning'>Error: ticklag(): Invalid world.ticklag value. No changes made.</span>")