diff --git a/.gitignore b/.gitignore index 2f1c57f8..d42e621e 100644 --- a/.gitignore +++ b/.gitignore @@ -333,6 +333,7 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ +launchSettings.json tmp/ index.js \ No newline at end of file diff --git a/ReallifeGamemode.Server/Properties/launchSettings.json b/ReallifeGamemode.Server/Properties/launchSettings.json deleted file mode 100644 index ed634e07..00000000 --- a/ReallifeGamemode.Server/Properties/launchSettings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "ReallifeGamemode.Server": { - "commandName": "Executable", - "executablePath": "C:\\Users\\manue\\Desktop\\RageMP\\server-files\\server.exe", - "workingDirectory": "C:\\Users\\manue\\Desktop\\RageMP\\server-files" - } - } -} \ No newline at end of file diff --git a/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj b/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj index 8c931fda..8843474e 100644 --- a/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj +++ b/ReallifeGamemode.Server/ReallifeGamemode.Server.csproj @@ -33,6 +33,9 @@ ..\..\Bootstrapper.dll + + +