worldspawn: Unbreak client-side values not being read.

This commit is contained in:
Marco Cawthorne 2022-05-04 15:47:25 -07:00
parent 299b2eed72
commit c4c84dbdf3
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ worldspawn::SpawnKey(string strField, string strKey)
void
worldspawn::worldspawn(void)
{
#ifdef CLIENT
Init();
#else
super::NSEntity();
#endif
}
#endif