disabling 'immediate save fired' message

This commit is contained in:
minjaesong
2022-01-23 20:40:13 +09:00
parent 98aa2087bb
commit 367271c5ea
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ object DefaultConfig {
"fx_differential" to false,
//"fx_3dlut" to false,
"basekeyboardlayout" to "en_us_qwerty",
"basekeyboardlayout" to "en_intl_qwerty",
"inputmethod" to "none"

View File

@@ -49,7 +49,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
const val VERSION_RAW = 0x00030000
// Commit counts up to the Release 0.3: 2251 (plz update!)
// Commit counts up to the Release 0.3: 2257 (plz update!)
//////////////////////////////////////////////////////////
// CONFIGURATION FOR TILE MAKER //

View File

@@ -78,7 +78,7 @@ object WriteSavegame {
savingStatus = 0
Echo("Immediate save fired")
printdbg(this, "Immediate save fired")
val savingThread = Thread(getSaveThread(time_t, mode, disk, outFile, ingame, false, isAuto, errorHandler, callback), "TerrarumBasegameGameSaveThread")
savingThread.start()