Made the server registry static.

This commit is contained in:
Kristian S. Stangeland 2012-09-17 16:40:08 +02:00
parent f74a6e9832
commit 7a60c5aac7

View File

@ -156,7 +156,7 @@ public final class Packets {
* A registry that parses between names and packet IDs.
* @return The current client registry.
*/
public Server getServerRegistry() {
public static Server getServerRegistry() {
return Server.getRegistry();
}