disabled fall damage

This commit is contained in:
Andreas 2019-08-13 06:59:33 +02:00
parent 380112a25f
commit e11373acbb

View File

@ -628,7 +628,8 @@ ConVarRef suitcharger( "sk_suitcharger" );
break; break;
default: default:
case 0:// fixed case 0:// fixed
return 10; //return 10;
return 0;
break; break;
} }
} }