Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct overwriting of config.engine #16

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Conversation

AlinaNova21
Copy link
Contributor

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.

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
Copy link

tedivm commented Jan 1, 2018

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

@tedivm
Copy link

tedivm commented Jan 29, 2018

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

@artch artch merged commit e070e1d into screeps:master Feb 7, 2018
@AlinaNova21 AlinaNova21 deleted the patch-2 branch February 7, 2018 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants