Forgot to remove the testing command.
This commit is contained in:
parent
8170a86247
commit
0ebecf4234
@ -342,21 +342,6 @@ public static class BaseModule
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command("testing")]
|
|
||||||
public static void Testing()
|
|
||||||
{
|
|
||||||
LoadingBarStart();
|
|
||||||
int count = 0;
|
|
||||||
for (float f = 0; f <= 1; f += 0.01f)
|
|
||||||
{
|
|
||||||
LoadingBarSet(f);
|
|
||||||
count++;
|
|
||||||
if (count % 10 == 0) Write("wowie!");
|
|
||||||
Thread.Sleep(15);
|
|
||||||
}
|
|
||||||
LoadingBarEnd();
|
|
||||||
}
|
|
||||||
|
|
||||||
[Command("exit")]
|
[Command("exit")]
|
||||||
[Command("quit")]
|
[Command("quit")]
|
||||||
public static void QuitShell(int code = 0)
|
public static void QuitShell(int code = 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user