Changed the invalid data format error message.

This commit was merged in pull request #46.
This commit is contained in:
Logan Fick
2017-10-29 20:22:00 -04:00
parent 2d9fdcd802
commit 3c7bfa9338

View File

@@ -34,7 +34,7 @@ class StaticsController < ApplicationController
end end
@count = @players.count @count = @players.count
else else
flash.now[:alert] = "The server is using an incompatible data format. Please report this error!" flash.now[:alert] = "The server is using an incompatible data format. We are aware of this issue and are most likely already working on it."
end end
@players.sort_by!(&:role).reverse! @players.sort_by!(&:role).reverse!
end end