mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04:00
[Master] Fix build in Visual Studio
This commit is contained in:
parent
80bd268de6
commit
68fa82f03a
@ -25,7 +25,6 @@ int main()
|
|||||||
|
|
||||||
signal(SIGINT, onExit);
|
signal(SIGINT, onExit);
|
||||||
signal(SIGTERM, onExit);
|
signal(SIGTERM, onExit);
|
||||||
signal(SIGSTOP, onExit);
|
|
||||||
|
|
||||||
masterServer->Start();
|
masterServer->Start();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user