mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-17 12:13:57 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b500a3da5 | |||
| ade19123b7 | |||
| 5ee18e0576 | |||
| 77d23caa63 | |||
| 79856cde8e |
@@ -71,7 +71,7 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g
|
|||||||
- `rapidjson-dev`
|
- `rapidjson-dev`
|
||||||
- `libopenssl-dev`
|
- `libopenssl-dev`
|
||||||
|
|
||||||
**If** you're building it from source, you'll need `libboost1.70-dev` as well.
|
**If** you're building it from source, you'll need `libboost1.70-all-dev` or `libboost1.71-all-dev` or higher as well.
|
||||||
|
|
||||||
### How to build
|
### How to build
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -21,7 +21,7 @@ public:
|
|||||||
: ServerName("BeamMP Server")
|
: ServerName("BeamMP Server")
|
||||||
, ServerDesc("BeamMP Default Description")
|
, ServerDesc("BeamMP Default Description")
|
||||||
, Resource("Resources")
|
, Resource("Resources")
|
||||||
, MapName("/levels/gridmap/info.json")
|
, MapName("/levels/gridmap_v2/info.json")
|
||||||
, MaxPlayers(10)
|
, MaxPlayers(10)
|
||||||
, Private(false)
|
, Private(false)
|
||||||
, MaxCars(1)
|
, MaxCars(1)
|
||||||
@@ -50,7 +50,7 @@ public:
|
|||||||
// Causes all threads to finish up and exit gracefull gracefully
|
// Causes all threads to finish up and exit gracefull gracefully
|
||||||
static void GracefullyShutdown();
|
static void GracefullyShutdown();
|
||||||
static TConsole& Console() { return *mConsole; }
|
static TConsole& Console() { return *mConsole; }
|
||||||
static std::string ServerVersion() { return "2.1.1"; }
|
static std::string ServerVersion() { return "2.1.2"; }
|
||||||
static std::string ClientVersion() { return "2.0"; }
|
static std::string ClientVersion() { return "2.0"; }
|
||||||
static std::string PPS() { return mPPS; }
|
static std::string PPS() { return mPPS; }
|
||||||
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }
|
static void SetPPS(std::string NewPPS) { mPPS = NewPPS; }
|
||||||
|
|||||||
Reference in New Issue
Block a user