mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 16:32:35 +01:00
Cleanup of KHobbits commit
This commit is contained in:
parent
2926ec5ea4
commit
5670bcc713
@ -81,7 +81,8 @@ public class Commandhelp extends EssentialsCommand
|
||||
if (helpFile.exists())
|
||||
{
|
||||
final BufferedReader bufferedReader = new BufferedReader(new FileReader(helpFile));
|
||||
try {
|
||||
try
|
||||
{
|
||||
|
||||
while (bufferedReader.ready())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user