Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit 6cbfe73

Browse files
derklaroGiantTreeLP
authored andcommitted
Update CloudNetWrapper.java
1 parent 98b9dcf commit 6cbfe73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/CloudNetWrapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public void run()
108108

109109
if (key == null)
110110
{
111-
System.out.println("Please copyFileToDirectory the WRAPPER_KEY.cnd for authentication!");
111+
System.out.println("Please copy the WRAPPER_KEY.cnd into the root directory of the CloudNet-Wrapper for authentication!");
112112
System.out.println("The Wrapper stops in 5 seconds");
113113
NetworkUtils.sleepUninterruptedly(2000);
114114
System.exit(0);
@@ -337,4 +337,4 @@ public double getCpuUsage()
337337
return NetworkUtils.cpuUsage();
338338
}
339339

340-
}
340+
}

0 commit comments

Comments
 (0)