at line 179,:
string gridPos = GetGridString(position);
change it to:
string gridPos = GetGridString(playerposition);
So that it reports the correct GRID in chat when a player throws a supply signal down. Otherwise it reports the center of the map grid (on custom maps.) Saves me from having to manually change it everytime :D