screeps / driver

ISC License
26 stars 36 forks source link

Correct overwriting of config.engine #16

Closed AlinaNova21 closed 6 years ago

AlinaNova21 commented 6 years ago

There is an issue in the runtime where config.engine gets overwritten with an empty EventEmitter. This causes config.engine to be empty for mods and prevents events like onPlayerSandbox from working. This patch fixes the runtime so that config.engine is not overwritten.

tedivm commented 6 years ago

This bug is preventing several pretty interesting mods from being developed.

tedivm commented 6 years ago

Bump- we've got broken community mods that are waiting on this fix.