This commit is contained in:
2025-12-13 15:17:11 +01:00
parent 91a1ab4261
commit e523122561
2 changed files with 0 additions and 5 deletions

View File

@@ -392,10 +392,7 @@ namespace KCM
{
public static void Postfix()
{
// Your code here
// Get the name of the last method that called OnPlayerPlacement
string callTree = "";
List<string> strings = new List<string>();
for (int i = 1; i < 10; i++)