Fix no ToS error

This commit is contained in:
Alffd
2018-05-26 19:08:53 -04:00
parent 6c91fd2156
commit f83e8b6aa7
@@ -26,6 +26,7 @@
/mob/new_player/proc/handle_tos_consent()
if(!GLOB.join_tos)
tos_consent = TRUE
return TRUE
establish_db_connection()