[Code] Remove Unused MZoneShutdown Mutex (#4946)

This commit is contained in:
Alex King 2025-06-22 02:49:39 -04:00 committed by GitHub
parent 1be7e56b86
commit 2aebf1a78a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,8 +88,6 @@ extern WorldServer worldserver;
extern Zone* zone;
extern NpcScaleManager* npc_scale_manager;
Mutex MZoneShutdown;
volatile bool is_zone_loaded = false;
Zone* zone = 0;