diff --git a/MESSAGE_TO_YIMING.md b/MESSAGE_TO_YIMING.md index 1235e13..34b260d 100644 --- a/MESSAGE_TO_YIMING.md +++ b/MESSAGE_TO_YIMING.md @@ -1,2 +1,2 @@ -Dear Yiming, we made this save editor because we want our users to have freedom, so please do not ban us from the PC Simulator Discord. +Dear Yiming, we made this save editor because we want our users to have freedom with their save, so please do not ban us from the PC Simulator Discord. We will not advertise this server on the official PC Simulator Discord. \ No newline at end of file diff --git a/README.md b/README.md index ad392c8..4893780 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ The [Stack Overflow](https://stackoverflow.com) community for resolving a lot of # Message to Yiming -Dear Yiming, we made this save editor because we want our users to have freedom, so please do not ban us from the PC Simulator Discord. +Dear Yiming, we made this save editor because we want our users to have freedom with their save, so please do not ban us from the PC Simulator Discord. We will not advertise this server on the official PC Simulator Discord. \ No newline at end of file diff --git a/app/src/main/java/com/mokkachocolata/pcsimulatorsaveeditorandroidport/GlobalVars.kt b/app/src/main/java/com/mokkachocolata/pcsimulatorsaveeditorandroidport/GlobalVars.kt index badd399..d082bc5 100644 --- a/app/src/main/java/com/mokkachocolata/pcsimulatorsaveeditorandroidport/GlobalVars.kt +++ b/app/src/main/java/com/mokkachocolata/pcsimulatorsaveeditorandroidport/GlobalVars.kt @@ -8,6 +8,7 @@ class GlobalVars(resources: Resources){ val ChangelogText = """ - Keyboard support added. - In the backend, the app has been migrated to the Activity Result API. + - Now you can add custom spawnIds. """.trimIndent() val urlArray = listOf( Url(resources.getString(R.string.about),0, "file:///android_asset/About.htm"),