mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Use proper AFK toggle to make test pass.
This commit is contained in:
parent
6ea8f7b621
commit
3fd925c1fd
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class MessagingTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not really much of a strict test, but just "testing" console output.
|
// Not really much of a strict test, but just "testing" console output.
|
||||||
user1._setAfk(true);
|
user1.setAfk(true);
|
||||||
|
|
||||||
// Console replies using "/r Hey, son!"
|
// Console replies using "/r Hey, son!"
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue