From 9034319685b37c0ddfa07a10e13a50a1e5ee2fd1 Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Wed, 29 Jan 2020 21:32:31 +0200 Subject: [PATCH] Server Implementation --- src/Network/DataParser.cpp | 2 +- src/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/DataParser.cpp b/src/Network/DataParser.cpp index 2187d63..b01e05b 100644 --- a/src/Network/DataParser.cpp +++ b/src/Network/DataParser.cpp @@ -1,5 +1,5 @@ // -// Created by User on 1/29/2020. +// Created by Anonymous275 on 1/29/2020. // #include "enet.h" #include diff --git a/src/main.h b/src/main.h index e43af72..013772b 100644 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ // -// Created by Антон on 28.01.2020. +// Created by Anonymous275 on 28.01.2020. // #ifndef BEAMNG_MP_SERVER_MAIN_H