Implemented ebeans
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
41bcf14b27
commit
0373e53844
6 changed files with 82 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class Bukkit {
|
|||
*/
|
||||
public static void setServer(Server server) {
|
||||
if (Bukkit.server != null) {
|
||||
throw new UnsupportedOperationException("Cannot redelcare singleton Server");
|
||||
throw new UnsupportedOperationException("Cannot redefine singleton Server");
|
||||
}
|
||||
|
||||
Bukkit.server = server;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue