Fix issue with render settings on /dynmap reload

This commit is contained in:
Mike Primm 2012-01-11 13:28:51 +08:00 committed by mikeprimm
parent db3ab5a437
commit aa2270ae76
2 changed files with 24 additions and 24 deletions

View file

@ -28,10 +28,6 @@ public class HDMapManager {
public void loadHDShaders(DynmapPlugin plugin) {
Log.verboseinfo("Loading shaders...");
usegeneratedtextures = plugin.useGeneratedTextures();
waterlightingfix = plugin.waterLightingFix();
biomeshadingfix = plugin.biomeShadingFix();
File f = new File(plugin.getDataFolder(), "shaders.txt");
if(!plugin.updateUsingDefaultResource("/shaders.txt", f, "shaders")) {
return;