More build fixes for bot

This commit is contained in:
Akkadius
2019-08-11 01:32:51 -05:00
parent 04a18786f9
commit e9cb8781bf
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ void Client::GoFish()
//TODO: generate a message if we're already fishing
/*if (!fishing_timer.Check()) { //this isn't the right check, may need to add something to the Client class like 'bool is_fishing'
MessageString(Chat::WhiteSmoke, ALREADY_FISHING); //You are already fishing!
MessageString(Chat::White, ALREADY_FISHING); //You are already fishing!
return;
}*/