diff options
Diffstat (limited to 'LibTSforge/SPP')
| -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()) { |
