[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:
SmArtKar
2025-03-12 16:35:27 -04:00
committed by Roxy
parent 7f3b412e1f
commit 948da7e2ed
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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()