Forces hardware rendering for all connecting clients.

This commit is contained in:
Kyle Spier-Swenson
2017-02-12 23:59:23 -08:00
committed by GitHub
parent 181096c28d
commit 79cbcc6d86
+2 -2
View File
@@ -195,11 +195,11 @@ var/next_external_rsc = 0
sethotkeys(1) //set hoykeys from preferences (from_pref = 1)
. = ..() //calls mob.Login()
connection_time = world.time
connection_realtime = world.realtime
connection_timeofday = world.timeofday
winset(src, null, "command=\".configure graphics-hwmode on\"")
if (byond_version < config.client_error_version) //Out of date client.
src << "<span class='danger'><b>Your version of byond is too old:</b></span>"
src << config.client_error_message