mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 05:08:26 +00:00
add bot camp timer to prevent /camp exploits
This commit is contained in:
@@ -193,6 +193,10 @@ bool Client::Process() {
|
||||
return false; //delete client
|
||||
}
|
||||
|
||||
if (bot_camp_timer.Check()) {
|
||||
Bot::BotOrderCampAll(this);
|
||||
}
|
||||
|
||||
if (camp_timer.Check()) {
|
||||
Raid *myraid = entity_list.GetRaidByClient(this);
|
||||
if (myraid) {
|
||||
|
||||
Reference in New Issue
Block a user