1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-16 19:44:15 +02:00

Cleanup of KHobbits commit

This commit is contained in:
snowleo
2011-06-25 16:46:02 +02:00
parent 503b4fee55
commit ca29f18850

View File

@@ -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())
{