diff options
| author | Fuwn <[email protected]> | 2021-05-17 14:56:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-17 14:56:49 -0700 |
| commit | 99b9532f3ff787c5afbcd93e971ed5ec9e9498da (patch) | |
| tree | 97f813d32d2c81bd1341a0bf4cc9196a819af68a | |
| parent | fix(make): typo (diff) | |
| download | whirl-99b9532f3ff787c5afbcd93e971ed5ec9e9498da.tar.xz whirl-99b9532f3ff787c5afbcd93e971ed5ec9e9498da.zip | |
fix(make): typo
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml index 9a1e9f1..7add0f6 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -11,7 +11,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true # someone within the Whirlsplash Discord server; # https://discord.com/invite/8hn6padWF6. # -# See line 54! +# See line 56! WORLDS_PATH = "C:\\Program Files (x86)\\Worlds Inc\\WorldsPlayer - Win7\\WorldsPlayer.exe" # ------------ |