iw5: remove comment
All checks were successful
Build / build-linux (push) Successful in 7s

This commit is contained in:
6arelyFuture 2024-05-31 11:45:53 +02:00
parent a03212a064
commit 6f8e7954d4
2 changed files with 14 additions and 1 deletions

View File

@ -115,4 +115,17 @@ _ON_PLAYER_SPAWNED_BEGIN
self setPerk( "specialty_marathon", true, false );
self freezeControls( false );
self takeAllWeapons();
self giveWeapon( "iw5_usp45_mp" );
self giveMaxAmmo( "iw5_usp45_mp" );
self giveWeapon( "rpg_mp" );
self giveMaxAmmo( "rpg_mp" );
wait 1;
self switchToWeaponImmediate( "iw5_usp45_mp" );
_ON_PLAYER_SPAWNED_END

View File

@ -47,7 +47,7 @@
#define GENERIC_INIT \
init() \
{ \
setDvar( BOUNCES_DVAR, 1 ); \ /* Custom */
setDvar( BOUNCES_DVAR, 1 ); \
thread onPlayerConnect(); \
}