mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 16:33:38 -04:00
Temp fix for debugger bug on a relevant session.
This commit is contained in:
parent
bfaf13fc9c
commit
45329df4cd
1 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,6 @@ module.exports = class Spell
|
||||||
|
|
||||||
createAether: (thang) ->
|
createAether: (thang) ->
|
||||||
aetherOptions =
|
aetherOptions =
|
||||||
#thisValue: thang.createUserContext() # slooow, and not useful I guess?
|
|
||||||
problems:
|
problems:
|
||||||
jshint_W040: {level: "ignore"}
|
jshint_W040: {level: "ignore"}
|
||||||
aether_MissingThis: {level: (if thang.requiresThis then 'error' else 'warning')}
|
aether_MissingThis: {level: (if thang.requiresThis then 'error' else 'warning')}
|
||||||
|
@ -68,7 +67,7 @@ module.exports = class Spell
|
||||||
#callIndex: 0
|
#callIndex: 0
|
||||||
#timelessVariables: ['i']
|
#timelessVariables: ['i']
|
||||||
#statementIndex: 9001
|
#statementIndex: 9001
|
||||||
if not (me.team in @permissions.readwrite)# or @name is 'chooseAction' or thang.id is 'Thoktar' # Gridmancer can't handle it
|
if not (me.team in @permissions.readwrite) or window.currentView?.sessionID is "52bfb88099264e565d001349" # temp fix for debugger explosion bug
|
||||||
#console.log "Turning off includeFlow for", @spellKey
|
#console.log "Turning off includeFlow for", @spellKey
|
||||||
aetherOptions.includeFlow = false
|
aetherOptions.includeFlow = false
|
||||||
aether = new Aether aetherOptions
|
aether = new Aether aetherOptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue