0
0
mirror of https://github.com/marcrobledo/savegame-editors.git synced 2025-04-28 09:05:10 +00:00

Remove debug info

This commit is contained in:
magiczocker10 2024-07-04 18:19:45 +02:00 committed by GitHub
parent f3c61bc7ce
commit eaf3ad3f97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@ SavegameEditor={
counter = 0;
for (var entry of data[rowtype[1]]) {
rt.append(
col(3, span(entry[1]+' ('+entry[0]+')')),
col(3, span(entry[1])),
col(1, inputNumber('supplies_' + rowtype[0] + '_'+counter+'_amount', 0, 99, tempFile.readU8(Number(entry[0]))))
);
get('number-supplies_' + rowtype[0] + '_'+counter+'_amount').dataset.offset = entry[0];