1
0

Merge pull request #587 from mc-server/mobimprovements

Mob improvements & rudimentary artificial intelligence
This commit is contained in:
Mattes D
2014-01-25 13:36:32 -08:00
29 changed files with 721 additions and 568 deletions

View File

@@ -611,7 +611,7 @@ void cClientHandle::HandleCommandBlockMessage(const char* a_Data, unsigned int a
}
else
{
SendChat(Printf("%s[INFO]%s Command blocks are not enabled on this server", cChatColor::Green.c_str(), cChatColor::White.c_str()));
SendChat(Printf("%s[INFO]%s Command blocks are not enabled on this server", cChatColor::Yellow.c_str(), cChatColor::White.c_str()));
}
}