EVENT_TRANSFER missing from game constants
-
Used here, https://github.com/screeps/engine/blob/master/src/processor/intents/creeps/withdraw.js#L93
But isn't actually defined anywhere.
-
@warinternal thanks, we'll take a look.
-
Explains why transfer events appear to have no actual
event
field specified to them....
-
The fix is deployed. For private servers, it's available since version 3.3.1
-
Updated to steam PS version 3.3.1,
EVENT_TRANSFER
is still not defined. Not seeing it on MMO either.
-
@warinternal sounds like a deployment issue... We'll fix it, thanks.
-
@warinternal should be fixed on MMO and in 3.3.2 version of private server.
-
@o4kapuk MMO appears working now, but steam private server showing v3.3.2 and.. event now shows the associated number (12) but the constant
EVENT_TRANSFER
is not in global scope.
-
@warinternal is it Steam or npm version?
-
@o4kapuk Steam version, haven't tested the npm version
-
@warinternal should be fixed currently
-
That did it. Thanks