Skip to content

Commit

Permalink
Add new game controller
Browse files Browse the repository at this point in the history
  • Loading branch information
riperiperi committed Mar 31, 2021
1 parent 7978d85 commit 97e7d00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ public class LotContainer
0x33AD8F84, //face mask controller
0x04AB1D1F, //zombie spawner controller
0x0DF8592E, //mini sims
0x48F32C7B, //au game controller

0x5157DDF2, //cat carrier
0x3278BD34, //dog carrier
Expand All @@ -128,6 +129,8 @@ public class LotContainer

0x699704D3, //fso vehicle controller
0x2D583771, //winter weather controller

0x48F32C7B, //au game controller
};

private static HashSet<uint> InvalidGUIDs = new HashSet<uint>()
Expand Down

0 comments on commit 97e7d00

Please sign in to comment.