Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Assigning an object to a qualified identifier; 'Missing right hand expression' #158

Open
EliotVU opened this issue Jan 30, 2023 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@EliotVU
Copy link
Owner

EliotVU commented Jan 30, 2023

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

image

@EliotVU EliotVU added bug Something isn't working enhancement New feature or request labels Jan 30, 2023
@EliotVU EliotVU changed the title [Bug]: Missing right hand expression [Bug]: Assigning an object to a qualified identifier; 'Missing right hand expression' Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant