Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Fix for #593 #45

Merged
merged 1 commit into from
Aug 17, 2017
Merged

Fix for #593 #45

merged 1 commit into from
Aug 17, 2017

Conversation

TrixterTheTux
Copy link
Member

Fixes #593. Thanks to JGSgamer for helping me to debug this.
Basically both, setup_network and setup_timezone try to use Config.modify and update values. The problem is its done at the same time and setup_network ends up overwriting setup_timezone's changes due to being called last, and pulling old config from cache, before setup_timezone updates cache.

Thanks to JGSgamer for helping me to debug this.
@DaneEveritt DaneEveritt merged commit b83c5b4 into pterodactyl:develop Aug 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants