merge commit
This commit is contained in:
@@ -49,7 +49,7 @@ public class PortalTeleporter : MonoBehaviour
|
||||
Debug.Log(_enabled);
|
||||
if (_portalCanBeUsed && !_justUsed && _enabled)
|
||||
{
|
||||
if (other.name.StartsWith("Holster") || other.tag.Contains(""))
|
||||
if (other.name.StartsWith("Holster") || other.tag.Contains("Holster"))
|
||||
{
|
||||
Debug.Log("holster");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user