1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

fix weather bug

This commit is contained in:
exane
2015-06-26 08:29:01 +02:00
parent c93b5985d9
commit 83c44a18d2
3 changed files with 11 additions and 19 deletions

View File

@@ -308,7 +308,7 @@ let BattleView = Backbone.View.extend({
if(this.user.get("waiting")) return;
this.user.set("passing", true);
this.user.get("app").send("set:passing");
},
},
onClick: function(e){
if(!!this.user.get("waiting")) return;
if(!!this.user.get("passing")) return;