Skip to content

Commit

Permalink
Temp fix for beacon radius issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonteohr committed Aug 18, 2017
1 parent 23ed18c commit b378ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripting/cmenu.sp
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ public Action BeaconTimer(Handle timer, any client) {

if(g_BeamSprite > -1 && g_HaloSprite > -1) {

TE_SetupBeamRingPoint(vec, 10.0, cvBeaconRadius.FloatValue, g_BeamSprite, g_HaloSprite, 0, 10, 0.6, 10.0, 0.5, beamColor, 10, 0);
TE_SetupBeamRingPoint(vec, 10.0, 375.0, g_BeamSprite, g_HaloSprite, 0, 10, 0.6, 10.0, 0.5, beamColor, 10, 0);
TE_SendToAll();

}
Expand Down
2 changes: 1 addition & 1 deletion scripting/include/betterwarden.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#endinput
#endif
#define bwardenincluded
#define VERSION "0.3.5"
#define VERSION "0.3.5b"

#define a ADMFLAG_RESERVATION
#define b ADMFLAG_GENERIC
Expand Down

0 comments on commit b378ef8

Please sign in to comment.