bug fix
This commit is contained in:
3
Main.cs
3
Main.cs
@@ -392,10 +392,7 @@ namespace KCM
|
|||||||
{
|
{
|
||||||
public static void Postfix()
|
public static void Postfix()
|
||||||
{
|
{
|
||||||
// Your code here
|
|
||||||
|
|
||||||
// Get the name of the last method that called OnPlayerPlacement
|
// Get the name of the last method that called OnPlayerPlacement
|
||||||
string callTree = "";
|
|
||||||
List<string> strings = new List<string>();
|
List<string> strings = new List<string>();
|
||||||
|
|
||||||
for (int i = 1; i < 10; i++)
|
for (int i = 1; i < 10; i++)
|
||||||
|
|||||||
@@ -60,8 +60,6 @@ namespace KCM
|
|||||||
Falle
|
Falle
|
||||||
}
|
}
|
||||||
|
|
||||||
bool awake = false;
|
|
||||||
|
|
||||||
public void Start()
|
public void Start()
|
||||||
{
|
{
|
||||||
Main.helper.Log("ServerLobby start called");
|
Main.helper.Log("ServerLobby start called");
|
||||||
|
|||||||
Reference in New Issue
Block a user