There we go, rebuilding works right now. Also has a slightly bugged verb that demonstrates how the rebuilding works, but you need to somehow prevent a zone from updating for it to show more than one "id"

This commit is contained in:
SkyMarshal
2013-09-06 21:03:46 -07:00
parent 1762c65640
commit 7d0c1f047a
4 changed files with 94 additions and 16 deletions

View File

@@ -162,6 +162,7 @@ var/intercom_range_display_status = 0
src.verbs += /client/proc/Zone_Info
src.verbs += /client/proc/Test_ZAS_Connection
src.verbs += /client/proc/ZoneTick
src.verbs += /client/proc/TestZASRebuild
//src.verbs += /client/proc/cmd_admin_rejuvenate
feedback_add_details("admin_verb","mDV") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!