mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[NO GBP] Fixes mapvotes spontaneously failing (#89514)
## About The Pull Request I messed up caching ## Changelog 🆑 fix: Fixed mapvotes spontaneously failing /🆑
This commit is contained in:
@@ -114,7 +114,7 @@ SUBSYSTEM_DEF(map_vote)
|
||||
filter_threshold = length(GLOB.clients)
|
||||
|
||||
if(filter_threshold == player_cache)
|
||||
return
|
||||
return null
|
||||
|
||||
player_cache = filter_threshold
|
||||
var/list/valid_maps = list()
|
||||
|
||||
Reference in New Issue
Block a user