Skip to content
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
5. Starts the DayZ Server with SyberiaScripts mod. (See SyberiaScripts repository for get client-side mod sources)


## If you want to support me:
```
BTC: bc1q395yw8as5v9mn4yzls5y78av0q342e2cwdrhdh
PayPal: ivankishchenko@protonmail.com
```
## You can support the author of the mod via PayPal:
[https://paypal.me/terjebruoygard](https://paypal.me/terjebruoygard)

**With love - Terje Bruoygard**
4 changes: 2 additions & 2 deletions src/scripts/3_Game/Constants.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const string SyberiaServer_ModPreffix = "[SYBERIA SERVER] ";
const bool SyberiaServer_DebugMode = true;
const string Syberia_ServerVersion = "OPEN BETA 0.50B";
const string Syberia_ServerVersion = "OPEN BETA 0.50D";

modded class SyberiaVersionChecker {
override void CLIENT_AND_SERVER_MODS_VERSION_MISSMATCH_0_50B() {}
override void CLIENT_AND_SERVER_MODS_VERSION_MISSMATCH_0_50D() {}
}

void SybLogSrv(string message)
Expand Down
Loading