Implemented ebeans

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-04-01 16:04:43 +01:00
parent 41bcf14b27
commit 0373e53844
6 changed files with 82 additions and 1 deletions

View File

@@ -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;