gracefully shutdown on bind() failure

This commit is contained in:
Lion Kortlepel 2022-05-26 11:18:39 +02:00
parent ed03096cf5
commit 2dd181d492
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -48,6 +48,7 @@ struct TLuaPluginConfig {
static inline const std::string FileName = "PluginConfig.toml";
TLuaStateId StateId;
// TODO: Add execute list
// TODO: Build a better toml serializer, or some way to do this in an easier way
};
struct TLuaChunk {