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

Fixing flat file store loading issues #3

Open
wants to merge 5 commits into
base: feature/dev-store
Choose a base branch
from

Conversation

Katilith
Copy link
Contributor

  • Fixes flat file store loading and streaming to the game client

public constructor() {
this.serverConfig = parseServerConfig<UpdateServerConfig>();

if(!this.serverConfig.clientVersion) {
if(!this.serverConfig.gameVersion) {
throw new Error(`Update Server supported client version was not provided. ` +
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You've changed clientVersion to gameVersion, why? Also update the error messages regarding this if there is a need for the change.

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