diff -r e50c9238da49 src/p_lnspec.cpp
--- a/src/p_lnspec.cpp	Mon Aug 26 20:53:20 2013 +0200
+++ b/src/p_lnspec.cpp	Fri Jan 10 09:14:05 2014 +0200
@@ -2727,6 +2727,10 @@
 	for(int line = -1; (line = P_FindLineFromID (arg0, line)) >= 0; )
 	{
 		lines[line].flags = (lines[line].flags & ~clearflags) | setflags;
+
+		// [Dusk] Update clients on the line flags
+		if ( NETWORK_GetState() == NETSTATE_SERVER )
+			SERVERCOMMANDS_SetSomeLineFlags( line );
 	}
 	return true;
 }
