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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user