mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #179 don't call terminate from onKicked, as the shim lib does this now
This commit is contained in:
@@ -756,7 +756,6 @@ namespace BlackCore
|
||||
void CNetworkVatlib::onKicked(Cvatlib_Network *, const char *reason, void *cbvar)
|
||||
{
|
||||
emit cbvar_cast(cbvar)->kicked(cbvar_cast(cbvar)->fromFSD(reason));
|
||||
emit cbvar_cast(cbvar)->terminate();
|
||||
}
|
||||
|
||||
void CNetworkVatlib::onPong(Cvatlib_Network *, const char *callsign, INT elapsedTime, void *cbvar)
|
||||
|
||||
Reference in New Issue
Block a user