mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
disabling 'immediate save fired' message
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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 //
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user