From 6170b4e5ee4b7bded747c90a752b947c76483c5e Mon Sep 17 00:00:00 2001 From: rjindael Date: Thu, 13 Jul 2023 18:35:14 -0700 Subject: [PATCH] comment nit --- Kiseki.Patcher/Include/Configuration.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Kiseki.Patcher/Include/Configuration.h b/Kiseki.Patcher/Include/Configuration.h index 86d7797..3a7c30b 100644 --- a/Kiseki.Patcher/Include/Configuration.h +++ b/Kiseki.Patcher/Include/Configuration.h @@ -1,6 +1,10 @@ #pragma once -// This is commented out since our CI defines this automatically +/* + * This is commented out since our CI defines this automatically. + * Uncomment this if you want to test locally, but please do not push with these uncommented! + */ + // #define SERVER // #define PLAYER