Changes

Jump to navigation Jump to search
m
no edit summary
Line 38: Line 38:  
     {
 
     {
 
         Game1.player.money = int.Parse(args[0]);
 
         Game1.player.money = int.Parse(args[0]);
         this.Monitor.Log($"OK, set your money to {args[0]}.");
+
         this.Monitor.Log($"OK, set your money to {args[0]}.", LogLevel.Info);
 
     }
 
     }
 
}
 
}
17

edits

Navigation menu