diff options
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r-- | src/game/g_buildable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index e11fb109..d72b7352 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -3490,7 +3490,7 @@ itemBuildError_t G_CanBuild( gentity_t *ent, buildable_t buildable, int distance reason = IBE_RPTPOWERHERE; else if( !g_markDeconstruct.integer && G_IsPowered( entity_origin ) ) reason = IBE_RPTPOWERHERE; - else if( !g_humanRepeaterAllowOverlap.integer ) + else if( !REPEATER_ALLOWOVERLAP ) { tempent = G_RepeaterWouldOverlap( entity_origin ); |