ko checks

This commit is contained in:
ntr
2018-11-27 14:10:45 +11:00
parent fe6585e925
commit a222d87830
5 changed files with 14 additions and 6 deletions
+1
View File
@@ -129,6 +129,7 @@ module.exports = {
'Strangle', // physical dot and disable
'Stun',
'Throw',
'Evade', // actively evade
'Evasion', // adds evasion to cryp
-3
View File
@@ -12,9 +12,6 @@ function errorToast(err) {
});
}
// Create WebSocket connection.
// requires the redux store in order to push updates
// to components
function createSocket(events) {
let ws;