Skip to content

Commit

Permalink
Code optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jan 3, 2025
1 parent 8b63897 commit 79e882f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* (C) Copyright 2003-2024 - Marauroa *
* (C) Copyright 2003-2025 - Marauroa *
***************************************************************************
***************************************************************************
* *
Expand Down Expand Up @@ -376,8 +376,7 @@ public void execute(final Player player) {

protected void executeZonePreLogic() {
for (final IRPZone zoneI : SingletonRepository.getRPWorld()) {
final StendhalRPZone zone = (StendhalRPZone) zoneI;
zone.preLogic();
((StendhalRPZone) zoneI).preLogic();
}
}

Expand Down

0 comments on commit 79e882f

Please sign in to comment.