Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1. *** client.cpp.orig     2011-07-21 03:02:23.496903436 +0100
  2. --- client.cpp  2011-07-21 03:04:13.196475607 +0100
  3. ***************
  4. *** 142,154 ****
  5.  
  6.       bool allowedittoggle()
  7.       {
  8. -         if(connected && multiplayer(false) && !m_edit)
  9. -         {
  10. -             conoutf(CON_ERROR, "editing in multiplayer requires coop edit mode (1)");
  11. -             return false;
  12. -         }
  13. -         if(identexists("allowedittoggle") && !execute("allowedittoggle"))
  14. -             return false;
  15.           return true;
  16.       }
  17.  
  18. --- 142,147 ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement