mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-26 19:18:12 +01:00
Made the server registry static.
This commit is contained in:
parent
f74a6e9832
commit
7a60c5aac7
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user