mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
[SKIP_BUILD] Change file encoding to UTF-8 with BOM
This commit is contained in:
parent
a4e55e8a93
commit
ef39e8329c
119 changed files with 141 additions and 141 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//MCCScript 1.0
|
||||
//MCCScript 1.0
|
||||
|
||||
/* This is a sample script for Minecraft Console Client
|
||||
* The code provided in this file will be compiled at runtime and executed
|
||||
|
|
@ -11,4 +11,4 @@ for (int i = 0; i < 5; i++)
|
|||
MCC.SendText("Hello World no. " + count);
|
||||
MCC.LogToConsole("Sleeping for 5 seconds...");
|
||||
Thread.Sleep(5000);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue