mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Fixed script_skyorigin never being sent to clients
This commit is contained in:
parent
911e87c6ec
commit
d64ef13b79
1 changed files with 1 additions and 0 deletions
|
@ -2113,6 +2113,7 @@ CLASS_DECLARATION(ScriptSlave, ScriptSkyOrigin, "script_skyorigin") {
|
||||||
ScriptSkyOrigin::ScriptSkyOrigin()
|
ScriptSkyOrigin::ScriptSkyOrigin()
|
||||||
{
|
{
|
||||||
edict->s.renderfx |= RF_SKYORIGIN;
|
edict->s.renderfx |= RF_SKYORIGIN;
|
||||||
|
edict->r.svFlags &= ~SVF_NOCLIENT;
|
||||||
setContents(0);
|
setContents(0);
|
||||||
setSolidType(SOLID_NOT);
|
setSolidType(SOLID_NOT);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue