| 2653 | |
| 2654 | |
| 2655 | bool cWorld::UpdateSign(int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4, cPlayer * a_Player) |
| 2656 | { |
| 2657 | return SetSignLines(a_BlockX, a_BlockY, a_BlockZ, a_Line1, a_Line2, a_Line3, a_Line4, a_Player); |
| 2658 | } |
| 2659 | |
| 2660 | |
| 2661 |
no outgoing calls
no test coverage detected