Random map generator fixes, cleanup

This commit is contained in:
Zuhayr
2015-08-02 21:06:16 +09:30
parent 0d7b2570db
commit dd41dfa16a
4 changed files with 24 additions and 23 deletions

View File

@@ -75,7 +75,8 @@
tz = !isnull(tz) ? tz : T.z
message_admins("[key_name_admin(usr)] has applied [M.name] at x[tx],y[ty],z[tz].")
log_admin("[key_name(usr)] has applied [M.name] at x[tx],y[ty],z[tz].")
M.apply_to_map(tx,ty,tz)
M.set_origins(tx,ty,tz)
M.apply_to_map()
/client/proc/overlay_random_map()
set category = "Debug"