[Classic] Updating datapack to match latest core.

This commit is contained in:
MobiusDev
2015-10-16 07:50:19 +00:00
parent 9c1bf1a059
commit 88f99f3341
7 changed files with 20 additions and 32 deletions

View File

@@ -81,7 +81,7 @@ public final class TvTManager extends AbstractNpcAI implements IVoicedCommandHan
{
htmltext = getHtm(player.getHtmlPrefix(), "Olympiad.html");
}
else if (player.getKarma() > 0)
else if (player.getReputation() < 0)
{
htmltext = getHtm(player.getHtmlPrefix(), "Karma.html");
}