mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
+ Overly lengtly comment changed.
This commit is contained in:
parent
521bc31fa5
commit
bb562aba32
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module.exports = class World
|
|||
@frames = [new WorldFrame(@, 0)]
|
||||
|
||||
getSeed: ->
|
||||
#Packs all methods in all thangs in one big array, then sorts and joins them. Then returns a hash value of the result.
|
||||
#Generates a seed that depends on the usercode
|
||||
@hashString((methods for thangID, methods of @userCodeMap).reduce(((ret, methods) ->
|
||||
ret.push method for methodID, method of methods
|
||||
), []).sort().join())
|
||||
|
|
Loading…
Reference in a new issue