mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-15 22:47:41 +00:00
Remove GSON
This commit is contained in:
@@ -15,7 +15,6 @@ import net.minecraft.src.AxisAlignedBB;
|
||||
import net.minecraft.src.CallableIsServerModded;
|
||||
import net.minecraft.src.CallableServerMemoryStats;
|
||||
import net.minecraft.src.CallableServerProfiler;
|
||||
import net.minecraft.src.ChatMessageComponent;
|
||||
import net.minecraft.src.ChunkCoordinates;
|
||||
import net.minecraft.src.CommandBase;
|
||||
import net.minecraft.src.ConvertingProgressUpdate;
|
||||
@@ -905,9 +904,9 @@ public abstract class MinecraftServer implements ICommandSender, Runnable, IPlay
|
||||
return "Server";
|
||||
}
|
||||
|
||||
public void sendChatToPlayer(ChatMessageComponent par1ChatMessageComponent)
|
||||
public void sendChatToPlayer(String par1ChatMessageComponent)
|
||||
{
|
||||
this.getLogAgent().logInfo(par1ChatMessageComponent.toString());
|
||||
this.getLogAgent().logInfo(par1ChatMessageComponent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user