From 8b8d17fbbf7827921172e60b5d6724a77df9b911 Mon Sep 17 00:00:00 2001 From: Lynn Date: Fri, 25 Jan 2019 08:22:20 -0500 Subject: [PATCH] Update features/performance.lua Co-Authored-By: plague006 --- features/performance.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/performance.lua b/features/performance.lua index 9d3838c6..ded2af51 100644 --- a/features/performance.lua +++ b/features/performance.lua @@ -50,7 +50,7 @@ Command.add( Performance.set_time_scale(scale) local p = game.print local stat_mod = Performance.get_player_stat_modifier() - p('## - Changed the game speed and running speed.') + p('## - Game speed changed to compensate for UPS drops and players trying to catch up.') p(format('## - Game speed: %.2f', Performance.get_time_scale())) p(format('## - Running speed: %.2f', stat_mod)) p(format('## - Manual mining speed: %.2f', stat_mod))