Update InventoryViewer.java

This commit is contained in:
Bella Who 2020-02-04 22:14:36 -05:00 committed by GitHub
parent de5b5c4f01
commit df44af063f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import org.lwjgl.opengl.GL11;
import java.util.List;
/***
* @author Unknown // LGPL Licensed
* Updated by S-B99 on 18/01/20
* GUI method written by S-B99
*/
@ -142,4 +141,4 @@ public class InventoryViewer extends Module {
postItemRender();
}
}
}
}