Skip to content

Commit 3f59da1

Browse files
MacSplodySharlikran
authored andcommitted
Prevent Large References being copied to the bashed patch
1 parent 96f58f2 commit 3f59da1

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
@@ -5473,7 +5473,7 @@ class MreWrld(MelRecord):
54735473
melSet = MelSet(
54745474
MelEdid(),
54755475
MelGroups('unusedRNAM', # leftover
5476-
MelBase('RNAM','unknown',),
5476+
MelNull('RNAM'),
54775477
),
54785478
MelBase('MHDT','maxHeightData'),
54795479
MelFull(),

0 commit comments

Comments
 (0)