summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TemplePushing.c4s/Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Script.c b/TemplePushing.c4s/Script.c
index 6b47dcf..c13e797 100644
--- a/TemplePushing.c4s/Script.c
+++ b/TemplePushing.c4s/Script.c
@@ -588,7 +588,7 @@ func LaunchClonk(int player, object clonk, bool relaunch)
SetPlrView(player, clonk);
ResetHealth(clonk);
- CreateContents(spawnPointSpawner->GetRandomDefinition(), clonk);
+ CreateContents(spawnPointSpawner->GetRandomDefinition(), clonk)->SetObjectLayer(0);
}
func ResetHealth(object clonk)