Skip to content

Commit

Permalink
and fix the last commit to work after client restart.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Aug 28, 2016
1 parent 83aaf40 commit e28b391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ClassicalSharp/Game/Game.Init.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ internal void OnLoad() {
AcceptedUrls.Load();
DeniedUrls.Load();
ETags.Load();
LastModified.Load();

InputHandler = new InputHandler( this );
defaultIb = Graphics.MakeDefaultIb();
ParticleManager = AddComponent( new ParticleManager() );
Expand Down

0 comments on commit e28b391

Please sign in to comment.