You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A2A_PING is no longer supported on Counter Strike: Source and Team Fortress 2 servers, and is considered a deprecated feature. See: https://developer.valvesoftware.com/wiki/Server_Queries#A2A_PING
141
+
#>
94
142
functionSourceQuery {
95
143
[CmdletBinding()]
96
144
param(
@@ -384,8 +432,7 @@ function SourceQuery {
384
432
}
385
433
return$Rules
386
434
}elseif ($requestBody-eq$A2A_PING) {
387
-
# A2A_PING is no longer supported on Counter Strike: Source and Team Fortress 2 servers, and is considered a deprecated feature.
# A2A_PING is no longer supported on Counter Strike: Source and Team Fortress 2 servers, and is considered a deprecated feature. See: https://developer.valvesoftware.com/wiki/Server_Queries#A2A_PING
0 commit comments