Skip to content

Commit

Permalink
Remove portion of code that was not supposed to be committed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeeynamo committed May 27, 2020
1 parent 35b1792 commit c6e19de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OpenKh.Game/States/MapState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ private void BasicallyForceToReloadEverything()
{
_models.Clear();
LoadMap(_worldId, _placeId);
//LoadObjEntry("F_LM670_MATSU");
LoadObjEntry("P_EX100");
LoadObjEntry(_objEntryId);
}

private void LoadObjEntry(string name)
Expand Down

0 comments on commit c6e19de

Please sign in to comment.