From 815ddff3580355b41da27ee43b1e6388fdc2be40 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Wed, 28 Oct 2020 09:04:05 -0400 Subject: [PATCH] update samp egg Fixes startup when using bind in config resolves #754 --- gta/samp/egg-s-a--m-p.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gta/samp/egg-s-a--m-p.json b/gta/samp/egg-s-a--m-p.json index 090a4511..1f117213 100644 --- a/gta/samp/egg-s-a--m-p.json +++ b/gta/samp/egg-s-a--m-p.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2019-07-21T20:35:32-04:00", + "exported_at": "2020-10-28T13:03:46+00:00", "name": "SA-MP", "author": "bl4ckspr4y@protonmail.com", "description": "SA-MP is a free Massively Multiplayer Online game mod for the PC version of Rockstar Games Grand Theft Auto: San Andreas (tm).", @@ -11,7 +11,7 @@ "startup": ".\/samp03svr", "config": { "files": "{\r\n \"server.cfg\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"port\": \"port {{server.build.default.port}}\"\r\n }\r\n }\r\n}", - "startup": "{\r\n \"done\": \"Started server on port: \",\r\n \"userInteraction\": []\r\n}", + "startup": "{\r\n \"done\": \"Started server on \",\r\n \"userInteraction\": []\r\n}", "logs": "{\r\n \"custom\": true,\r\n \"location\": \"samp.log\"\r\n}", "stop": "^C" },