make lb_move_records admin only

This commit is contained in:
Not 2022-11-19 01:50:08 +01:00
parent 935d119e4d
commit 9d50705d9a
1 changed files with 1 additions and 1 deletions

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.")
end
COM_AddCommand("lb_move_records", moveRecords)
COM_AddCommand("lb_move_records", moveRecords, COM_ADMIN)
--DEBUGGING
--local function printTable(tb)