mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fixes ToS decline issues (#17424)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
// If there is no row, they didnt accept
|
||||
if(!check_query.NextRow())
|
||||
qdel(check_query)
|
||||
return list("reason"="tos", "desc"="\nReason: You are trying to connect without accepting server ToS. If this error persists, please contact the server host.")
|
||||
return list("reason"="tos", "desc"="\nReason: You are trying to connect without accepting server ToS. If you did not get a ToS popup, please go to paradise13.org/fixtos")
|
||||
|
||||
qdel(check_query)
|
||||
// As per my comment 8 or so lines above, we do NOT log failed connections here
|
||||
|
||||
Reference in New Issue
Block a user