mirror of
https://github.com/yawaflua/Informatis.git
synced 2025-12-15 17:56:24 +02:00
Added missing strings to bundles
This commit is contained in:
@@ -36,7 +36,7 @@ public class BarInfo {
|
||||
|
||||
public static <T extends Teamc> void getInfo(T target) throws IllegalAccessException, NoSuchFieldException {
|
||||
for(int i = 0; i < 6; i++) { //init
|
||||
strings.set(i, "[lightgray]<Empty>[]");
|
||||
strings.set(i, bundle.get("empty"));
|
||||
colors.set(i, Color.clear);
|
||||
numbers.set(i, 0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user