mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 06:51:32 +01:00
commit
5fac193ebe
@ -86,6 +86,8 @@ public class MainMenuConcept extends SilentScreen {
|
||||
|
||||
if(imageLocation != null) {
|
||||
RenderUtil.drawImage(imageLocation, width - 120, height / 2 - (75), 62, 150, false);
|
||||
} else {
|
||||
RenderUtil.drawImage(new ResourceLocation("silentclient/images/steve.png"), width - 120, height / 2 - (75), 62, 150, false);
|
||||
}
|
||||
|
||||
if(GuiNews.imageLocation != null) {
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue
Block a user