fix broken client-side registration
This commit is contained in:
@@ -123,7 +123,7 @@ elseif CLIENT then
|
||||
defaultLib["Keys"] = CreateStatic("Microsoft.Xna.Framework.Input.Keys", true)
|
||||
|
||||
defaultLib["GUI"] = {
|
||||
RectTransform = CreateStatic("Barotrauma.RectTransform, true", true),
|
||||
RectTransform = CreateStatic("Barotrauma.RectTransform", true),
|
||||
LayoutGroup = CreateStatic("Barotrauma.GUILayoutGroup", true),
|
||||
Button = CreateStatic("Barotrauma.GUIButton", true),
|
||||
TextBox = CreateStatic("Barotrauma.GUITextBox", true),
|
||||
|
||||
@@ -251,7 +251,6 @@ elseif CLIENT then
|
||||
|
||||
RegisterBarotrauma("Networking.ClientPeer")
|
||||
|
||||
RegisterBarotrauma("LuaSetup+LuaGUI")
|
||||
RegisterBarotrauma("ChatBox")
|
||||
RegisterBarotrauma("GUICanvas")
|
||||
RegisterBarotrauma("Anchor")
|
||||
|
||||
Reference in New Issue
Block a user