mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-02 15:55:30 +00:00
gracefully shutdown on bind() failure
This commit is contained in:
parent
ed03096cf5
commit
2dd181d492
@ -48,6 +48,7 @@ struct TLuaPluginConfig {
|
|||||||
static inline const std::string FileName = "PluginConfig.toml";
|
static inline const std::string FileName = "PluginConfig.toml";
|
||||||
TLuaStateId StateId;
|
TLuaStateId StateId;
|
||||||
// TODO: Add execute list
|
// TODO: Add execute list
|
||||||
|
// TODO: Build a better toml serializer, or some way to do this in an easier way
|
||||||
};
|
};
|
||||||
|
|
||||||
struct TLuaChunk {
|
struct TLuaChunk {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user