xenith-studios / ataxia

A modern MUD engine written in Rust with embedded Lua scripting for game logic.
Apache License 2.0
68 stars 6 forks source link

data/proxy.toml missing from git repository #2

Closed ERnsTL closed 6 years ago

ERnsTL commented 6 years ago

When starting the proxy using bin/ataxia-proxy & it says, missing data/proxy.toml, which is true - it is not present in the ataxia git repository, only the sister configuration file data/ataxia.toml.

Please add it to the git repository.

xenith commented 6 years ago

I have just pushed a new commit which should fix this. Now both the engine and proxy are reading from a single configuration file (data/ataxia.toml).