Added new splash screens and icons for iOS

This commit is contained in:
Anuken
2018-04-28 12:42:06 -04:00
parent d8aea69c0c
commit 44965a42e4
28 changed files with 1 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ public class NetServer extends Module{
if(!Timers.get("fastshoot-" + id + "-" + weapon.id, wtrc)){
info.fastShots.getAndIncrement(weapon.id, 0, 1);
if(info.fastShots.get(weapon.id, 0) > (int)(wtrc / (weapon.getReload() / 2f)) + 6){
if(info.fastShots.get(weapon.id, 0) > (int)(wtrc / (weapon.getReload() / 2f)) + 8){
kick(id, KickReason.kick);
}
}else{