... and remove log used to find the problem

install-platforms
Maikel de Vries 2018-01-30 21:29:45 +01:00
parent 041597971f
commit 18bb8371d3
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ public func StartScale() { return _inherited(...); }
public func StartSearchLadder()
{
Log("StartSearchLadder[%d](%v)", FrameCounter(), this);
// Call the overwriten old phase call.
if (GetAction() == "Jump" && this.ActMap.Jump.StartCallLadderOverloaded)
Call(this.ActMap.Jump.StartCallLadderOverloaded);