From 3fd925c1fd04433d71fccc07bdf1a96a556870c5 Mon Sep 17 00:00:00 2001 From: Trent Hensler Date: Mon, 7 Mar 2016 11:19:16 -0800 Subject: [PATCH] Use proper AFK toggle to make test pass. --- Essentials/test/com/earth2me/essentials/MessagingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/test/com/earth2me/essentials/MessagingTest.java b/Essentials/test/com/earth2me/essentials/MessagingTest.java index 39841c070..51e2fd6ec 100644 --- a/Essentials/test/com/earth2me/essentials/MessagingTest.java +++ b/Essentials/test/com/earth2me/essentials/MessagingTest.java @@ -91,7 +91,7 @@ public class MessagingTest { } // Not really much of a strict test, but just "testing" console output. - user1._setAfk(true); + user1.setAfk(true); // Console replies using "/r Hey, son!" //