Core/Commands: Allow GMs to enter water while .gm fly is on
This commit is contained in:
@@ -263,7 +263,7 @@ namespace Game.Entities
|
||||
return true;
|
||||
}
|
||||
|
||||
bool SetCanTransitionBetweenSwimAndFly(bool enable)
|
||||
public bool SetCanTransitionBetweenSwimAndFly(bool enable)
|
||||
{
|
||||
if (!IsTypeId(TypeId.Player))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user