Merge pull request #7066 from tigercat2000/BumpRefactor

/tg/ Move refactor
This commit is contained in:
Fox McCloud
2017-05-25 17:36:01 -04:00
committed by GitHub
69 changed files with 1126 additions and 1191 deletions
-3
View File
@@ -15,9 +15,6 @@
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>")