- Trying to fix errors

This commit is contained in:
AlexTheCoder 2015-09-23 14:00:19 -04:00
parent 09e44d3372
commit d5ef15cd6d

View File

@ -142,7 +142,7 @@ public class Flag
public void Update()
{
if (_holding == null && _disguise != null)
if (_holding == null && _disguise != null && _flagEntity != null)
Host.getArcadeManager().GetDisguise().updateDisguise(_disguise);
if (_moved)