We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2083757 commit fbdab46Copy full SHA for fbdab46
print_tps_counter.sh
@@ -52,7 +52,7 @@ get_tps_value()
52
print_tps_counter()
53
{
54
if ${TPS_RUN_COMMAND}; then
55
- run_minecraft_command "tps"
+ run_minecraft_command "spark tps"
56
fi
57
58
sleep ${TPS_DELAY_IN_SECONDS}
0 commit comments