From 97e7d007ac21ca7e74c7e1767f3ca2eb2f3efbb0 Mon Sep 17 00:00:00 2001 From: riperiperi Date: Wed, 31 Mar 2021 23:57:43 +0100 Subject: [PATCH] Add new game controller --- TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs b/TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs index 5fa611569..c4340aa83 100644 --- a/TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs +++ b/TSOClient/FSO.Server/Servers/Lot/Domain/LotContainer.cs @@ -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 @@ -128,6 +129,8 @@ public class LotContainer 0x699704D3, //fso vehicle controller 0x2D583771, //winter weather controller + + 0x48F32C7B, //au game controller }; private static HashSet InvalidGUIDs = new HashSet()