Updaate
This commit is contained in:
@@ -172,7 +172,7 @@ namespace Invector
|
||||
|
||||
protected virtual void FindPlayer()
|
||||
{
|
||||
var player = GameObject.FindObjectOfType<vThirdPersonController>();
|
||||
var player = GameObject.FindFirstObjectByType<vThirdPersonController>();
|
||||
|
||||
if (player)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user