This commit is contained in:
jl777
2019-03-27 04:12:41 -11:00
parent 7c1c706f18
commit 3de3e931bb

View File

@@ -109,7 +109,6 @@ if ( cp->evalcode == EVAL_GAMES ) \
{ \
result.push_back(Pair("result","error")); \
result.push_back(Pair("error","invalid gamescc method")); \
result.push_back(Pair("method",method)); \
return(result); \
} \
}