Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 395f069

Browse files
committed
Removed spaces from secret code folder name
1 parent 938c094 commit 395f069

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Data/Base.rte/Scripts/Shared/SecretCodeEntry.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SecretCodeEntry = {};
2-
dofile("Base.rte/Scripts/Shared/Secret Code Entry/SecretCodes.pem")
2+
dofile("Base.rte/Scripts/Shared/SecretCodeEntry/SecretCodes.pem")
33
SecretCodeEntry.allowedControlStates = { Controller.PRESS_PRIMARY, Controller.PRESS_SECONDARY, Controller.PRESS_RIGHT, Controller.PRESS_LEFT, Controller.PRESS_UP, Controller.PRESS_DOWN };
44
SecretCodeEntry.defaultFirstEntrySoundContainer = CreateSoundContainer("Funds Changed", "Base.rte");
55
SecretCodeEntry.defaultFirstEntrySoundContainer.Volume = 4;

0 commit comments

Comments
 (0)