Skip to content

Commit 7e1fbd1

Browse files
committed
Skip Starting Experience Lib in map generation
1 parent b1f5a28 commit 7e1fbd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
Start-Process -WindowStyle Hidden ".\MPQEditor.exe" -Wait -ArgumentList "extract `"$mapPath`" MapScript.galaxy"
8484
(Get-Content .\MapScript.galaxy) -replace 'include "TriggerLibs/SupportLib"', "$&`ninclude `"LibTryMeMode`"" | Set-Content .\MapScript.galaxy
8585
(Get-Content .\MapScript.galaxy) -replace "libSprt_InitLib\(\);$", "$&`n libTRYM_InitLib();" | Set-Content .\MapScript.galaxy
86+
(Get-Content .\MapScript.galaxy) -replace "libStEx_InitLib\(\);$", "\/\/libStEx_InitLib\(\);" | Set-Content .\MapScript.galaxy
8687
PrepareInsertIntoMPQ "MapScript.galaxy" $mapPath
8788
ExecuteInsertIntoMPQ
8889
Remove-Item "./MapScript.galaxy" -Force -Confirm:$false

0 commit comments

Comments
 (0)