Merge pull request from gosnat/patch-8

Update world.coffee
This commit is contained in:
Nick Winter 2014-05-14 11:55:01 -07:00
commit 698207f533

View file

@ -242,6 +242,9 @@ module.exports = class World
return unless @goalManager
@goalManager.submitWorldGenerationEvent(channel, event, @frames.length)
getGoalState: (goalID) ->
@goalManager.getGoalState(goalID)
setGoalState: (goalID, status) ->
@goalManager.setGoalState(goalID, status)