i suck at night

This commit is contained in:
Tommy Parnell
2015-05-19 23:01:13 -04:00
parent 6808bd9400
commit f08011b06d

View File

@@ -46,7 +46,7 @@ module.exports = (robot) ->
robot.respond /queueboss/i, (res) ->
res.send "Getting queueboss"
boss = robot.brain.get('currentRotation')
if currentRotation == null || currentRotation == ""
if boss == null || boss == ""
res.send "No queueboss found"
else
res.send boss