fix: Removes testing fastwalk (#733)
This commit is contained in:
parent
451e53d006
commit
996fdeb011
1 changed files with 0 additions and 3 deletions
|
|
@ -39,9 +39,6 @@ namespace Server.Movement
|
|||
RunFootDelay = ServerConfiguration.GetOrUpdateSetting("movement.delay.runFoot", RunFootDelay);
|
||||
WalkMountDelay = ServerConfiguration.GetOrUpdateSetting("movement.delay.walkMount", WalkMountDelay);
|
||||
RunMountDelay = ServerConfiguration.GetOrUpdateSetting("movement.delay.runMount", RunMountDelay);
|
||||
|
||||
// Testing
|
||||
FastwalkExemptionLevel = (AccessLevel)((int)AccessLevel.Owner + 1);
|
||||
}
|
||||
|
||||
public static bool CheckMovement(Mobile m, Direction d, out int newZ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue