worldspawn: Unbreak client-side values not being read.
This commit is contained in:
parent
299b2eed72
commit
c4c84dbdf3
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ worldspawn::SpawnKey(string strField, string strKey)
|
|||
void
|
||||
worldspawn::worldspawn(void)
|
||||
{
|
||||
#ifdef CLIENT
|
||||
Init();
|
||||
#else
|
||||
super::NSEntity();
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue