mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Fix an another typo.
This commit is contained in:
parent
fdd62f1d9a
commit
e9c3603024
@ -83,7 +83,7 @@ public interface PandemoniumHost {
|
||||
*
|
||||
* @return the id of the new instance. See {@code onPandemoniumForceQuit}
|
||||
*/
|
||||
default void onNewPandemoniumInstanceRequested(String[] args) {
|
||||
default int onNewPandemoniumInstanceRequested(String[] args) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user