TehHuntorz
Member
- Joined
- Jan 15, 2010
- Messages
- 63
Hey Devs,
Just curious as to whether the GameManager.Telegraphs List being always empty is a bug, not yet implemented, or I'm using it the wrong way..
Just running this in a plugin pulse to see what it'd return, never prints anything..
Just curious as to whether the GameManager.Telegraphs List being always empty is a bug, not yet implemented, or I'm using it the wrong way..
Just running this in a plugin pulse to see what it'd return, never prints anything..
Code:
if(GameManager.Telegraphs.Count > 0)
Log.InfoFormat("Found {0} telegraphs", GameManager.Telegraphs.Count);
Last edited: