ID (from "string" to "long")

This commit is contained in:
EntenKoeniq
2021-08-16 14:03:05 +02:00
parent de085e53e2
commit f10f3686d3
9 changed files with 80 additions and 47 deletions

View File

@ -62,7 +62,7 @@ namespace CoopClient.Menus.Sub
Main.DebugSyncPed = null;
Main.LastFullDebugSync = 0;
Main.Players.Remove("DebugKey");
Main.Players.Remove(0);
}
}
}