changeset 994:d19400daf303

merge
author sam <sam@basx.dev>
date Tue, 09 Apr 2024 23:57:57 +0700
parents f9b82b0740cb (diff) cc4c79961eec (current diff)
children 2a1de6cb5282
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/semicongine/engine.nim	Tue Apr 09 11:48:41 2024 +0700
+++ b/semicongine/engine.nim	Tue Apr 09 23:57:57 2024 +0700
@@ -92,9 +92,9 @@
 
   TrySteamInit()
   if SteamAvailable():
-    echo "Starting with Steam enabled"
+    echo "Starting with Steam"
   else:
-    echo "Starting without Steam enabled"
+    echo "Starting without Steam"
 
   result.state = Starting
   result.exitHandler = exitHandler