mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
remove slide projector log
This commit is contained in:
parent
45328c1082
commit
63518fd5f6
@ -29,7 +29,6 @@ public class QSBSlideProjector : WorldObject<SlideProjector>
|
||||
/// </summary>
|
||||
public void SetUser(uint user)
|
||||
{
|
||||
DebugLog.DebugWrite($"{this} - user = {user}");
|
||||
AttachedObject._interactReceiver.SetInteractionEnabled(user == 0 || user == _user);
|
||||
_user = user;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user