- Trying to fix errors
This commit is contained in:
parent
09e44d3372
commit
d5ef15cd6d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user