ChatBoxExtensions: Recompile

This commit is contained in:
NotAKidoS 2024-06-29 22:01:27 -05:00
parent bef2440b23
commit 4ae78984af
4 changed files with 6 additions and 6 deletions

View file

@ -108,7 +108,7 @@ internal class ChilloutVRBaseCommands : CommandBase
{
if (args.Length > 0)
{
string player = args[0y];
string player = args[0];
CVRPlayerEntity playerEnt = CVRPlayerManager.Instance.NetworkPlayers.FirstOrDefault(x => x.Username == player);
if (playerEnt != null) BetterBetterCharacterController.Instance.TeleportPlayerTo(playerEnt.PuppetMaster.transform.position, false, false);
}