Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
ced777ric committed Sep 1, 2023
1 parent fa8ddfb commit 311cfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NWAPIPermissionSystem/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Plugin
{
public static Plugin Singleton { get; set; }

[PluginEntryPoint("NWApiPermissionSystem", "0.0.4", "A plugin that serves as PermissionManager for plugins using the NWApi", "ced777ric#0001")]
[PluginEntryPoint("NWApiPermissionSystem", "0.0.5", "A plugin that serves as PermissionManager for plugins using the NWApi", "ced777ric#0001")]
private void LoadPlugin()
{
Singleton = this;
Expand Down

0 comments on commit 311cfa8

Please # to comment.