244245246247248249250251252
@Override public void reload() { super.reload(); this._player = new Player(this._map); this._currentNotification = 0; }
254255256257258259260261262
@Override public void loadingFinished(ExecutingMap map, ExecutingMap secondaryMap) { super.loadingFinished(map, secondaryMap); this._player = new Player(this._map); this.createStartNotification(); }