mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-04-05 23:42:27 +02:00
Added OnGameServerStop EventBus
There is a temporary warning message telling users to ignore the 'No subscribers registered' error. This can be removed once things actually subscribe to it
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package emu.grasscutter.server.game;
|
||||
|
||||
public class GameServerStopEvent {
|
||||
// Placeholder class for now, probably will get used later
|
||||
}
|
||||
Reference in New Issue
Block a user