9
0
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:
Daniel Mills
2020-08-31 16:48:12 -04:00
parent 8c0cbfe93a
commit 683becabda
15 changed files with 14414 additions and 14777 deletions

View File

@@ -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())