diff options
| author | Fuwn <[email protected]> | 2021-05-20 12:52:20 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 12:52:20 +0000 |
| commit | 56c099eb003bca6091f00a3d7b76a453eef7b9f1 (patch) | |
| tree | c1b9fbe79ee57afb3c660a191bfbb80f817bdea6 | |
| parent | feat(whirl_server): development testing environment variable (diff) | |
| download | whirl-56c099eb003bca6091f00a3d7b76a453eef7b9f1.tar.xz whirl-56c099eb003bca6091f00a3d7b76a453eef7b9f1.zip | |
fix(make): documentation line number
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml index ebb302b..9587474 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -12,7 +12,7 @@ EXIT_ON_CLIENT_DISCONNECT = true # someone within the Whirlsplash Discord server; # https://discord.com/invite/8hn6padWF6. # -# See line 56! +# See line 59! WORLDS_PATH = "C:\\Program Files (x86)\\Worlds Inc\\WorldsPlayer - Win7\\WorldsPlayer.exe" # ------------ |