Removed gosu dependency from Server by adding TACNET.milliseconds method, made tacnet hostname/port editable

This commit is contained in:
2020-06-09 21:19:31 -05:00
parent ca193ea24a
commit 270f3b381f
9 changed files with 41 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ module TAC
end
def config_changed!
@config.config.updated_at = Time.now
@config.configuration.updated_at = Time.now
@config_changed = true
end