bjorn 11 лет назад
Родитель
Сommit
13adf9e45f
1 измененных файлов с 1 добавлено и 1 удалено
  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