diff options
| author | Wither OrNot | 2025-04-07 22:17:43 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-07 22:17:43 +0000 |
| commit | 22bbb93e909154da94aee1b55e551038a3a37e6c (patch) | |
| tree | 2e517a49b2d23dc9290e74ab043c631770e44aa5 | |
| parent | 91e85088480b4734a9d7302cc980be761f68161b (diff) | |
| download | TSforge-22bbb93e909154da94aee1b55e551038a3a37e6c.zip | |
make public
| -rw-r--r-- | LibTSforge/SPP/SLAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibTSforge/SPP/SLAPI.cs b/LibTSforge/SPP/SLAPI.cs index fc5823b..ec27381 100644 --- a/LibTSforge/SPP/SLAPI.cs +++ b/LibTSforge/SPP/SLAPI.cs @@ -236,7 +236,7 @@ namespace LibTSforge.SPP } } - private static Guid GetLicenseFileId(Guid licId) + public static Guid GetLicenseFileId(Guid licId) { using (SLContext sl = new SLContext()) { |
