mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +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}
|
* @return the id of the new instance. See {@code onPandemoniumForceQuit}
|
||||||
*/
|
*/
|
||||||
default void onNewPandemoniumInstanceRequested(String[] args) {
|
default int onNewPandemoniumInstanceRequested(String[] args) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user