From 5c6ae3146a8c699e9a6353f41b2bd07a17c0d081 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 2 Sep 2023 13:07:54 -0500 Subject: [PATCH] fix get Xuid wrapper for T5 game interface --- GameFiles/GameInterface/_integration_t5.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameFiles/GameInterface/_integration_t5.gsc b/GameFiles/GameInterface/_integration_t5.gsc index 962da312e..fa11f1c5a 100644 --- a/GameFiles/GameInterface/_integration_t5.gsc +++ b/GameFiles/GameInterface/_integration_t5.gsc @@ -88,7 +88,7 @@ IsBotWrapper( client ) GetXuidWrapper() { - return self GetXUID(); + return self GetGuid(); } //////////////////////////////////