mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
well this causes it to properly not work, now to just get the cert working
This commit is contained in:
+2
-10
@@ -31,19 +31,11 @@ namespace StellaBellum {
|
||||
}
|
||||
|
||||
inline void eatIt() {
|
||||
// FUCK YOU
|
||||
for (;;) {
|
||||
abort();
|
||||
sleep(10);
|
||||
raise(SIGSEGV);
|
||||
}
|
||||
}
|
||||
|
||||
inline void setLastStatTime(){
|
||||
abort();
|
||||
sleep(10);
|
||||
raise(SIGSEGV);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif //webAPIHeartbeat_H
|
||||
|
||||
Reference in New Issue
Block a user