Skip to content

Commit da3b177

Browse files
Update RandomStrangersPlugin.cs
1 parent dade0da commit da3b177

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Flames/Modules/Compiling/Cores/RandomStrangersPlugin.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@ public static List<RandomStrangersPlugin> LoadRandomStrangersPlugin(string path,
978978

979979
namespace Flames
980980
{
981-
public class RandomStrangersPluginLoader : Plugin
981+
public class RandomStrangersPluginLoader : NewPlugin
982982
{
983983
public override string name { get { return "RandomStrangersPluginLoader"; } }
984984
public override string creator { get { return Colors.Strip(Server.SoftwareName + " team"); } }
@@ -1152,4 +1152,4 @@ public static void LoadCoreRandomStrangersPlugin(RandomStrangersPlugin RandomStr
11521152
}
11531153
}
11541154
}
1155-
#endif
1155+
#endif

0 commit comments

Comments
 (0)