RedstoneFuture / missilewars

MissileWars is a famous, fun and fast minigame spigot-plugin for Minecraft
https://www.spigotmc.org/resources/62947
GNU General Public License v3.0
13 stars 9 forks source link

Refactoring: small parts of game end #27

Closed RedstoneFuture closed 2 years ago

RedstoneFuture commented 2 years ago

FIX: No message is sent after a timeout

FIX: GameEndEvent was removed at some point: https://github.com/Butzlabben/missilewars/blob/3f4dabad9a36fda27af39fbd954260e469994118/missilewars-plugin/src/main/java/de/butzlabben/missilewars/wrapper/game/Team.java#L175 I added it back to add the possibility of using it again.