mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-09 21:29:11 +01:00
onLoad optional...
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8117c7771d
commit
9256bcd67e
@ -186,4 +186,8 @@ public abstract class JavaPlugin implements Plugin {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void onLoad() {
|
||||||
|
// Empty!
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user