mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +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
|
ProtectSystem=full
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
|
|
||||||
StandardError=syslog+console
|
StandardError=journal+console
|
||||||
StandardOutput=syslog+console
|
StandardOutput=journal+console
|
||||||
|
|
||||||
User=horseisle
|
User=horseisle
|
||||||
Group=horseisle
|
Group=horseisle
|
||||||
|
|
|
@ -55,11 +55,11 @@ namespace HISP.Player
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return noClip;
|
return this.noClip;
|
||||||
}
|
}
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
noClip = true;
|
this.noClip = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue