Updates roulette, fixes camera cursor and lucker entity setting along with minigame cleanup
This commit is contained in:
@@ -25,7 +25,10 @@ public partial class Lucker : Entity
|
||||
set
|
||||
{
|
||||
InternalPawn = value;
|
||||
value.Owner = this;
|
||||
if ( value != null )
|
||||
{
|
||||
value.Owner = this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user