Lua loaded records #9

Merged
Not merged 21 commits from partition into master 2022-12-06 19:05:51 +01:00
Showing only changes of commit 9d50705d9a - Show all commits

View File

@ -686,7 +686,7 @@ local function moveRecords(player, from_map, from_checksum, to_map, to_checksum)
CONS_Printf(player, "Please repack coldstore and restart the server for changes to take effect.") CONS_Printf(player, "Please repack coldstore and restart the server for changes to take effect.")
end end
COM_AddCommand("lb_move_records", moveRecords) COM_AddCommand("lb_move_records", moveRecords, COM_ADMIN)
--DEBUGGING --DEBUGGING
--local function printTable(tb) --local function printTable(tb)