mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
MAP ROTATION PART 2 (#12345)
* MAP ROTATION * Tweaks + New additions * Apply suggestions from code review Co-authored-by: dearmochi <shenesis@gmail.com> * Fixes improper naming * Fixes map vote Co-authored-by: dearmochi <shenesis@gmail.com>
This commit is contained in:
co-authored by
dearmochi
parent
122f09585e
commit
663eff7b5e
@@ -30,7 +30,7 @@
|
||||
player_count++
|
||||
status_info["players"] = player_count
|
||||
status_info["admins"] = admin_count
|
||||
status_info["map_name"] = GLOB.map_name ? GLOB.map_name : "Unknown"
|
||||
status_info["map_name"] = SSmapping.map_datum.fluff_name
|
||||
|
||||
// Add more info if we are authed
|
||||
if(key_valid)
|
||||
|
||||
Reference in New Issue
Block a user