mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 15:13:20 +00:00
Merge branch 'master' of github.com:Jackzmc/sourcemod-plugins
This commit is contained in:
commit
f075617d12
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue