Adds server tools version to feedback (#33244)

* Adds server tools version to feedback

* Fix incorrect call to record_feedback

* Add number to record feedback calls
This commit is contained in:
Jordan Brown
2017-12-05 02:37:42 -05:00
committed by CitadelStationBot
parent e7da4615d6
commit 5c1ccad969
@@ -55,5 +55,8 @@ SUBSYSTEM_DEF(server_maint)
co.ehjax_send(data = "roundrestart")
if(server) //if you set a server location in config.txt, it sends you there instead of trying to reconnect to the same world address. -- NeoFite
C << link("byond://[server]")
if(SERVER_TOOLS_PRESENT)
SSblackbox.record_feedback("text", "server_tools", 1, SERVER_TOOLS_VERSION)
SSblackbox.record_feedback("text", "server_tools_api", 1, SERVER_TOOLS_API_VERSION)
#undef PING_BUFFER_TIME