Skip to content

Commit 891538c

Browse files
committed
didn't forget to change something... anywhooo
1 parent b9b0d97 commit 891538c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/zimzaza4/geyserdisplayentity/managers/ConfigManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private void loadConfigMappings() {
3434
FileConfiguration mappingsConfigFile = new FileConfiguration(file.getName());
3535
FileConfiguration mappingsConfig = mappingsConfigFile.getConfigurationSection("mappings");
3636

37-
configMappingsCache.put(file.getName().replace(".yml", ""), mappingsConfig);
37+
tempConfigMappingsCache.put(file.getName().replace(".yml", ""), mappingsConfig);
3838
}
3939

4040
configMappingsCache = tempConfigMappingsCache;

0 commit comments

Comments
 (0)