From fcffba9f771bfde90b7257232b8803d869c21dc2 Mon Sep 17 00:00:00 2001 From: DarkGod <darkgod@net-core.org> Date: Thu, 24 Oct 2019 10:51:26 +0200 Subject: [PATCH] plop --- game/engines/default/engine/utils.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/engines/default/engine/utils.lua b/game/engines/default/engine/utils.lua index 8e426dacc2..e48970ce6d 100644 --- a/game/engines/default/engine/utils.lua +++ b/game/engines/default/engine/utils.lua @@ -20,8 +20,8 @@ --- Utility functionality used by a lot of the base classes -- @script engine.utils -if not core.game.stdout_write and io.write then - core.game.stdout_write = io.write +if not core.game.stdout_write then + core.game.stdout_write = print end local lpeg = require "lpeg" -- GitLab