diff --git a/Core/Message/001-hello-world.lua b/Core/Message/001-hello-world.lua index d865b7050a..4d5cf75307 100644 --- a/Core/Message/001-hello-world.lua +++ b/Core/Message/001-hello-world.lua @@ -1,4 +1,4 @@ --- --- Simple example mission to show the very basics of MOOSE --- -MESSAGE:New( "Hello World! This messages is printed by MOOSE", 35, "INFO" ):ToAll() +-- +-- Simple example mission to show the very basics of MOOSE +-- +MESSAGE:New( "Hello World! This messages is printed by MOOSE", 35, "INFO" ):ToAll() diff --git a/Core/Message/001-hello-world.miz b/Core/Message/001-hello-world.miz index 5383a1dfda..97c8e406a5 100644 Binary files a/Core/Message/001-hello-world.miz and b/Core/Message/001-hello-world.miz differ