From 751cc7de366456cb4ffb2d6ad9882497b945d12c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 13 May 2021 01:08:23 +0200 Subject: [PATCH] [MIRROR] Fixes grammar in a compile warning (#5623) * Fixes grammar in a compile warning (#59077) * Fixes grammar in a compile warning Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- code/_compile_options.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index c768ad2176e..dc5221d1a78 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -92,7 +92,7 @@ #define MAX_ATOM_OVERLAYS 100 #if !defined(CBT) && !defined(SPACEMAN_DMM) -#warn "Building with Dream Maker is no longer supported and may result in errors." +#warn "Building with Dream Maker is no longer supported and will result in errors." #warn "In order to build, run BUILD.bat in the root directory." #warn "Consider switching to VSCode editor instead, where you can press Ctrl+Shift+B to build." #endif