Skip to content

Commit 7d093e3

Browse files
committed
Update gauss.cpp
1 parent bffd54a commit 7d093e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlls/gauss.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LINK_ENTITY_TO_CLASS( weapon_gauss, CGauss );
4545

4646
float CGauss::GetFullChargeTime( void )
4747
{
48-
return 20;
48+
return 1.4;
4949
}
5050

5151
#ifdef CLIENT_DLL

0 commit comments

Comments
 (0)