]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Allow prvm_edictset to return the current value (#228) master
authorJames O'Neill <hemebond@gmail.com>
Sat, 26 Apr 2025 16:32:57 +0000 (01:32 +0900)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 16:32:57 +0000 (12:32 -0400)
commitaf1e5c03be8e2fd41135f9064ad8e4c4c1ccd8f4
tree3a1827ade6ac2b9c08f308e2715419937330757a
parent0c1630097ccb41fc63fd3c09d32be5e8d67a7913
Allow prvm_edictset to return the current value (#228)

Implement @Baker7's suggestion by updating `prvm_edictset` so that when
no new value is provided it will instead call `prvm_edictget`, returning
the current value. Resolves #213
prvm_edict.c