quick fixes
This commit is contained in:
@@ -157,7 +157,7 @@ public sealed partial class AdminVerbSystem
|
||||
if (!_minds.TryGetSession(targetMindComp.Mind, out var session))
|
||||
return;
|
||||
|
||||
var playerSession = session as ICommonSession;
|
||||
var playerSession = session;
|
||||
_cultRule.MakeCultist(playerSession!);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user