Skip to content

Commit 9672e98

Browse files
committed
Prevent Large References being copied to the bashed patch
1 parent 298f8b4 commit 9672e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mopy/bash/game/skyrim/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5459,7 +5459,7 @@ class MreWrld(MelRecord):
54595459
melSet = MelSet(
54605460
MelEdid(),
54615461
MelGroups('unusedRNAM', # leftover
5462-
MelBase('RNAM','unknown',),
5462+
MelNull('RNAM'),
54635463
),
54645464
MelBase('MHDT','maxHeightData'),
54655465
MelFull(),

0 commit comments

Comments
 (0)