소스 검색

Disable weather;

bjorn 11 년 전
부모
커밋
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