remove space xd

This commit is contained in:
Bella 2020-03-09 16:04:39 -04:00
parent 606bd547cb
commit 8502838eab
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class KamiGUI extends GUI {
Friends.friends.getValue().forEach(friend -> friends.addLine(friend.getUsername()));
}
});
frame.addChild(friends);
friends.setFontRenderer(fontRenderer);
frames.add(frame);