Merge branch 'master' of github.com:Jackzmc/sourcemod-plugins

This commit is contained in:
Jackzie 2021-10-13 20:21:02 -05:00
commit f075617d12
No known key found for this signature in database
GPG key ID: 1E834FE36520537A

View file

@ -28,7 +28,7 @@ stock bool FindSuitablePosition(int target, const float pos[3], float outputPos[
float GetIdealMinDistance(int specialType) {
switch(specialType) {
// /*Boomer*/ case 2: return 1200.0;
/*Charger*/ case 6: return 19000.0;
/*Charger*/ case 6: return 19500.0;
/*Smoker*/ case 1: return 20000.0;
default: