mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-29 12:09:07 +00:00
Font render correction
This commit is contained in:
@@ -3,8 +3,6 @@ package com.volmit.iris.util;
|
||||
import java.lang.reflect.Field;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
|
||||
import com.volmit.iris.activation.IrisActivation2;
|
||||
|
||||
/**
|
||||
* Represents a pawn command
|
||||
*
|
||||
@@ -41,7 +39,6 @@ public abstract class MortarCommand implements ICommand
|
||||
|
||||
public void printHelp(MortarSender sender)
|
||||
{
|
||||
IrisActivation2.validate();
|
||||
boolean b = false;
|
||||
|
||||
for(MortarCommand i : getChildren())
|
||||
|
||||
Reference in New Issue
Block a user