Skip to content

Commit cbb5de8

Browse files
committed
Disable smarter_harvesters for the TS Client
1 parent f4df91b commit cbb5de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ OBJS += src/place_building_hotkey.o
361361
OBJS += src/repeat_last_building_hotkey.o
362362
OBJS += src/sidebar_cameo_sort.o
363363
OBJS += src/sidebar_cameo_sort_helper.o
364-
OBJS += src/smarter_harvesters.o
365364
OBJS += src/text_triggers.o
366365
OBJS += src/whiteboy_cameo_bugfix.o
367366

@@ -389,6 +388,7 @@ OBJS += src/tiberium4_blocks_infantry.o
389388

390389
# Sources included in mods but NOT the client.
391390
ifndef TSCLIENT
391+
OBJS += src/smarter_harvesters.o
392392
OBJS += src/tiberium_damage.o
393393
endif
394394

0 commit comments

Comments
 (0)