[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>
This commit is contained in:
SkyratBot
2021-05-13 11:08:23 +12:00
committed by GitHub
co-authored by AffectedArc07
parent 1fd0c613a0
commit 751cc7de36
+1 -1
View File
@@ -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