diff --git a/Synapse/Api/Player.cs b/Synapse/Api/Player.cs index f5bf20e..8137498 100644 --- a/Synapse/Api/Player.cs +++ b/Synapse/Api/Player.cs @@ -88,6 +88,8 @@ public static Player GetPlayer(string arg) public Scp106Controller Scp106Controller => this.GetComponent(); + public Scp079Controller Scp079Controller => this.GetComponent(); + /// /// The CommandSender objects of the Player ///