Made Who's Playing page hide vanished users from non-staff ranks. #46

Merged
LogalDeveloper merged 4 commits from hiding-vanished-players-feature into master 2017-10-29 20:25:27 -04:00
Showing only changes of commit 3c7bfa9338 - Show all commits

View File

@@ -34,7 +34,7 @@ class StaticsController < ApplicationController
end
@count = @players.count
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
@players.sort_by!(&:role).reverse!
end