geforkt von Mirrors/Velocity
Fix Forge server ping mod serialization. Closes #131
Dieser Commit ist enthalten in:
Ursprung
762d9a3efb
Commit
8a7ba25097
@ -2,6 +2,7 @@ package com.velocitypowered.api.util;
|
||||
|
||||
import com.google.common.base.Preconditions;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import java.util.List;
|
||||
|
||||
public final class ModInfo {
|
||||
@ -34,6 +35,7 @@ public final class ModInfo {
|
||||
|
||||
public static final class Mod {
|
||||
|
||||
@SerializedName("modid")
|
||||
private final String id;
|
||||
private final String version;
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren