mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix not being able to turn off noclip
This commit is contained in:
parent
7d82f83f64
commit
78bef4b271
2 changed files with 4 additions and 4 deletions
|
@ -16,8 +16,8 @@ Type=simple
|
|||
ProtectSystem=full
|
||||
PrivateDevices=true
|
||||
|
||||
StandardError=syslog+console
|
||||
StandardOutput=syslog+console
|
||||
StandardError=journal+console
|
||||
StandardOutput=journal+console
|
||||
|
||||
User=horseisle
|
||||
Group=horseisle
|
||||
|
|
|
@ -55,11 +55,11 @@ namespace HISP.Player
|
|||
}
|
||||
}
|
||||
}
|
||||
return noClip;
|
||||
return this.noClip;
|
||||
}
|
||||
set
|
||||
{
|
||||
noClip = true;
|
||||
this.noClip = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue