Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IOxee authored Jun 12, 2024
1 parent fe91fee commit 30a71b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FiveM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class FiveM
name = "WindowsGSM.FiveM", // WindowsGSM.XXXX
author = "ByBlackDeath",
description = "WindowsGSM plugin for supporting FiveM Dedicated Server with txAdmin",
version = "1.0.1",
version = "1.0.2",
url = "https://github.com/IOxee/WindowsGSM.FiveM", // Github repository link (Best practice)
color = "#ff7200" // Color Hex
};
Expand All @@ -47,7 +47,7 @@ private string GetTxAdminPort(int serverId)
public FiveM(ServerConfig serverData)
{
_serverData = serverData;
Additional = $"+set serverProfile \"{GenerateShortUUID()}\" +set txAdminVerbose true"; // I DO NOT ADD ANYTHING HERE OR DELETE THIS LINE
Additional = $"+set serverProfile \"{GenerateShortUUID()}\" +set txAdminVerbose true "; // I DO NOT ADD ANYTHING HERE OR DELETE THIS LINE
}
private readonly ServerConfig _serverData;
public string Error, Notice;
Expand Down

0 comments on commit 30a71b5

Please sign in to comment.