Skip to content

Commit

Permalink
Merge pull request #226 from InvalidArgument3/slipspace-patches
Browse files Browse the repository at this point in the history
dont showmessage in unload jfc
  • Loading branch information
InvalidArgument3 authored Oct 31, 2024
2 parents b40fd67 + 424aadf commit 8b0b453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TSTSSESHangar/Data/Scripts/FactionHangar/Session.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2358,9 +2358,9 @@ protected override void UnloadData() {
MyAPIGateway.Multiplayer.UnregisterMessageHandler(NetworkHandle, Comms.MessageHandler);
}

if (!isDedicated) {
Sandbox.ModAPI.MyAPIGateway.Utilities.ShowMessage("FactionHangar", "Mod Unloaded");
}
//if (!isDedicated) {
// Sandbox.ModAPI.MyAPIGateway.Utilities.ShowMessage("FactionHangar", "Mod Unloaded");
//}

Instance = null;
}
Expand Down

0 comments on commit 8b0b453

Please sign in to comment.