Basic Anti rapidfire

This commit is contained in:
2020-12-31 05:54:57 +00:00
committed by dongresource
parent 6baa0c5b07
commit ddc7caf959
6 changed files with 35 additions and 4 deletions

View File

@@ -57,6 +57,7 @@ struct Player {
int pointDamage;
int groupDamage;
int fireRate;
int defense;
int64_t aQuestFlag[16];
@@ -85,4 +86,7 @@ struct Player {
ChunkPos chunkPos;
std::set<Chunk*>* viewableChunks;
time_t lastHeartbeat;
int suspicionRating;
time_t lastShot;
};