mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
more tweaking
This commit is contained in:
@@ -45,6 +45,4 @@ webAPIHeartbeat::webAPIHeartbeat() {
|
||||
} else {
|
||||
this->eatIt();
|
||||
}
|
||||
|
||||
this->~webAPIHeartbeat();
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
int main(int argc, char ** argv)
|
||||
{
|
||||
auto wb = StellaBellum::webAPIHeartbeat();
|
||||
StellaBellum::webAPIHeartbeat();
|
||||
|
||||
SetupSharedThread::install();
|
||||
SetupSharedDebug::install(1024);
|
||||
|
||||
Reference in New Issue
Block a user