mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add TPS command and improve the calculation of TPS (#1210)
* Add tps command * Improve tps calculation and tps command * Remove debug log line * Improve if-else statement
This commit is contained in:
parent
4fb47f20c7
commit
236e077e44
3 changed files with 47 additions and 3 deletions
|
|
@ -110,6 +110,7 @@
|
|||
<Compile Include="Commands\Set.cs" />
|
||||
<Compile Include="Commands\Health.cs" />
|
||||
<Compile Include="Commands\Sneak.cs" />
|
||||
<Compile Include="Commands\Tps.cs" />
|
||||
<Compile Include="Commands\Useblock.cs" />
|
||||
<Compile Include="Commands\UseItem.cs" />
|
||||
<Compile Include="INIFile.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue