### Describe the bug The server is missing support for qualified object literals that don't have specified a type: ``` defaultproperties { // Not supported Texture=Engine.S_Ammo // Supported Texture=Texture'Engine.S_Ammo' } ``` ### Screenshots 