Changeset 503 for TFP-WebServer/WebServer/src
- Timestamp:
 - Jan 27, 2025, 4:29:28 PM (9 months ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  TFP-WebServer/WebServer/src/ModApi.cs (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
TFP-WebServer/WebServer/src/ModApi.cs
r500 r503 18 18 } 19 19 20 private void GameStartDone () {20 private ModEvents.EModEventResult GameStartDone (ref ModEvents.SGameStartDoneData _data) { 21 21 if (!ConnectionManager.Instance.IsServer) { 22 return ;22 return ModEvents.EModEventResult.Continue; 23 23 } 24 24 … … 29 29 ItemIconHandler.Instance.LoadIcons (); 30 30 } 31 32 return ModEvents.EModEventResult.Continue; 31 33 } 32 34 33 private void WorldShuttingDown () {35 private ModEvents.EModEventResult WorldShuttingDown (ref ModEvents.SWorldShuttingDownData _data) { 34 36 webInstance?.Disconnect (); 37 38 return ModEvents.EModEventResult.Continue; 35 39 } 36 40 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)