diff --git a/patches/server/Rate-options-and-timings-for-sensors-and-behaviors.patch b/patches/server/Rate-options-and-timings-for-sensors-and-behaviors.patch index 8701ea1ce..692336710 100644 --- a/patches/server/Rate-options-and-timings-for-sensors-and-behaviors.patch +++ b/patches/server/Rate-options-and-timings-for-sensors-and-behaviors.patch @@ -17,11 +17,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } + public static Timing getBehaviorTimings(String type) { -+ return Timings.ofSafe("Behavior - " + type); ++ return Timings.ofSafe("## Behavior - " + type); + } + + public static Timing getSensorTimings(String type, int rate) { -+ return Timings.ofSafe("Sensor - " + type + " (Default rate: " + rate + ")"); ++ return Timings.ofSafe("## Sensor - " + type + " (Default rate: " + rate + ")"); + } + /**