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:
ReinforceZwei 2020-08-17 17:40:06 +08:00 committed by GitHub
parent 4fb47f20c7
commit 236e077e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 3 deletions

View file

@ -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" />