diff --git a/dev_stuff/logos/TOC_LOGOv2_ByChuck_169_with_title.png b/dev_stuff/logos/TOC_LOGOv2_ByChuck_169_with_title.png new file mode 100644 index 0000000..e88ca0d Binary files /dev/null and b/dev_stuff/logos/TOC_LOGOv2_ByChuck_169_with_title.png differ diff --git a/media/lua/client/TOC/Controllers/DataController.lua b/media/lua/client/TOC/Controllers/DataController.lua index 3e92de4..9157b43 100644 --- a/media/lua/client/TOC/Controllers/DataController.lua +++ b/media/lua/client/TOC/Controllers/DataController.lua @@ -368,6 +368,8 @@ end function DataController.ReceiveData(key, data) -- During startup the game can return Bob as the player username, adding a useless ModData table if key == "TOC_Bob" then return end + if not luautils.stringStarts(key, StaticData.MOD_NAME .. "_") then return end + TOC_DEBUG.print("ReceiveData for " .. key) if data == {} or data == nil then