Disable writethings as it's not possible to use it currently.

This commit is contained in:
Nev3r 2019-12-13 13:40:03 +01:00
parent b949c61fe0
commit 967616f1dd

View file

@ -1459,11 +1459,13 @@ void OP_ObjectplaceMovement(player_t *player)
//
void Command_Writethings_f(void)
{
CONS_Printf("Writethings is currently unsupported due to the UDMF rework.\n"); /*
REQUIRE_INLEVEL;
REQUIRE_SINGLEPLAYER;
REQUIRE_OBJECTPLACE;
P_WriteThings(W_GetNumForName(G_BuildMapName(gamemap)) + ML_THINGS);
*/
}
void Command_ObjectPlace_f(void)