First attempt at getting Forge working nicely with Velocity.

This commit is contained in:
Daniel Naylor
2018-09-05 19:08:29 +01:00
parent 5a424f5cbb
commit 9888f6f6f0
10 changed files with 80 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ public final class GameProfile {
'}';
}
public final class Property {
public final static class Property {
private final String name;
private final String value;
private final String signature;