0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 05:50:44 -05:00

Update prestige tab patch

This commit is contained in:
Archangel 2025-01-19 12:45:49 +01:00
parent c5632cae20
commit bca0ea8ece

View File

@ -29,10 +29,10 @@ namespace SPT.Custom.Patches
codeInstructions[260] = new(OpCodes.Nop);
codeInstructions[261] = new(OpCodes.Nop);
codeInstructions[262] = new(OpCodes.Nop);
codeInstructions[263] = new(OpCodes.Nop);
// Force a true on the stack instead
codeInstructions[264] = new(OpCodes.Ldc_I4_1);
codeInstructions[263] = new(OpCodes.Ldc_I4_1);
codeInstructions[264] = new(OpCodes.Nop);
return codeInstructions;
}