Removed Simple from admins

This commit is contained in:
Absurdon 2016-01-22 01:56:12 +01:00
parent 43e61ede18
commit f4c805b72b

View file

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