mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-08-26 15:54:22 +02:00
LuckPerms for Forge (#3262)
This commit is contained in:
@@ -75,7 +75,8 @@ public interface Platform {
|
||||
SPONGE("Sponge"),
|
||||
NUKKIT("Nukkit"),
|
||||
VELOCITY("Velocity"),
|
||||
FABRIC("Fabric");
|
||||
FABRIC("Fabric"),
|
||||
FORGE("Forge");
|
||||
|
||||
private final String friendlyName;
|
||||
|
||||
|
Reference in New Issue
Block a user