Jelajahi Sumber

Disable weather;

bjorn 11 tahun lalu
induk
melakukan
13adf9e45f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/map.lua

+ 1 - 1
lib/map.lua

@@ -80,7 +80,7 @@ function Map:init(name)
   if self.weather then
     self.weather = new(data.weather[self.weather])
     if ctx.view then
-      ctx.view:register(self.weather)
+      -- ctx.view:register(self.weather)
     end
   end