source-sdk-2013
source-sdk-2013 copied to clipboard
[HL2MP] Fix an exploit with ent_info
Issue:
If a player attempts to use ent_info worldspawn, their game will crash.
Fix:
~~Prevent the usage of ent_info worldspawn.~~
Fix ent_info trying to create worldspawn again. Instead, just print its info.
The cause of this crash should be fixed rather than disabling it..
looks good to merge now