diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 20:06:03 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-03-01 20:06:03 -0500 |
commit | 5ed6eb09860050f1a669539a75df21200d59f554 (patch) | |
tree | 15e064adc0820f22e67fe69698f615e24a737022 /release-notes.md | |
parent | 5cdf75b463cdae632ee441da312b763c899e9e72 (diff) | |
download | SMAPI-5ed6eb09860050f1a669539a75df21200d59f554.tar.gz SMAPI-5ed6eb09860050f1a669539a75df21200d59f554.tar.bz2 SMAPI-5ed6eb09860050f1a669539a75df21200d59f554.zip |
fix `world_downminelevel` command not working, prevent invalid `world_setminelevel` value
Diffstat (limited to 'release-notes.md')
-rw-r--r-- | release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release-notes.md b/release-notes.md index 029246b0..7a936694 100644 --- a/release-notes.md +++ b/release-notes.md @@ -15,6 +15,7 @@ For players: * Fixed installer not ignoring potential game folders that don't contain a Stardew Valley exe. * Fixed installer not recognising Linux/Mac paths starting with `~/` or containing an escaped space. * Fixed TrainerMod letting you add invalid items which may crash the game. +* Fixed TrainerMod's `world_downminelevel` command not working. * Fixed rare issue where mod dependencies would override SMAPI dependencies and cause unpredictable bugs. * Fixed errors in console command handlers causing the game to crash. |