server int golf_debug = 0;
server int golf_endgame = 1;
 // 0 goes on until everyone gets a hole
 // 1 says after the first guy gets a hole, you have X amount of minutes to get in
 // 2 ends after the first hole
server int golf_endmins = 3;
server int golf_nopaint = 0;
server int golf_nocam   = 0;

server int golf_survival = 0;