[12096] Prevent unloading go before all players left capture point zone

This fixes m_UniqueUsers not being cleared for example if grid is set to idle and would therefore think that some players are still in range on grid reactivation causing the slider not to appear
This commit is contained in:
stfx 2012-08-17 18:36:51 +02:00 committed by Antz
parent 455f9d0aac
commit b3ab347028
2 changed files with 10 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0126"
#define REVISION_NR "12096"
#endif // __REVISION_NR_H__