Removed Simple from admins

This commit is contained in:
Absurdon 2016-01-22 01:56:51 +01:00
parent f4c805b72b
commit 41ebbd06b6
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
</div> </div>
<script> <script>
var admins = ["Simple", "Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"]; var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
$("#admin").html(function () { $("#admin").html(function () {
var i = Math.floor(Math.random() * admins.length); var i = Math.floor(Math.random() * admins.length);
return admins[i]; return admins[i];