We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
spawn_as
1 parent b342669 commit d5c17c4Copy full SHA for d5c17c4
1 file changed
Code/DT-Commands/PlayerCommands.cs
@@ -149,6 +149,7 @@ private static void CCSpawnAs(ConCommandArgs args)
149
return;
150
}
151
152
+ master.originalBodyPrefab = newBody;
153
master.bodyPrefab = newBody;
154
Log.MessageNetworked(args.sender.userName + " is spawning as " + newBody.name, args);
155
0 commit comments