refactor: removed unused code

This commit is contained in:
ZioPao
2025-04-13 03:16:06 +02:00
parent d850691053
commit 253c5717a9
5 changed files with 6 additions and 9 deletions

View File

@@ -24,8 +24,6 @@ function ServerDataHandler.AddTable(key, table)
--TOC_DEBUG.printTable(table)
-- Set that the data has been modified and it's updated on the server
table.isUpdateFromServer = true -- FIX this is useless as of now
ModData.add(key, table) -- Add it to the server mod data
ServerDataHandler.modData[key] = table