Reversed logging

This commit is contained in:
Alessandro Autiero
2024-06-15 18:48:42 +02:00
parent 47adb572ea
commit 0d64251623
2 changed files with 7 additions and 3 deletions

View File

@@ -239,6 +239,7 @@ class _LaunchButtonState extends State<LaunchButton> {
_gameController.password.text,
host,
hostType,
false,
""
);
log("[${host ? 'HOST' : 'GAME'}] Generated game args: ${gameArgs.join(" ")}");