Skip to content

Commit

Permalink
Update Acciones.bas
Browse files Browse the repository at this point in the history
  • Loading branch information
ReyarB committed Dec 9, 2024
1 parent 24d795c commit 1b0d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Codigo/Acciones.bas
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ Sub Accion(ByVal UserIndex As Integer, ByVal Map As Integer, ByVal X As Integer,

346 Case e_OBJType.OtCorreo 'Es un cartel
'Call AccionParaCorreo(Map, x, Y, UserIndex)
Call WriteConsoleMsg(UserIndex, "El correo está temporalmente deshabilitado.", e_FontTypeNames.FONTTYPE_EJECUCION)
' Msg586=El correo está temporalmente deshabilitado.
Call WriteLocaleMsg(UserIndex, "586", e_FontTypeNames.FONTTYPE_EJECUCION)

356 Case e_OBJType.otYunque 'Pozos
Expand Down

0 comments on commit 1b0d249

Please sign in to comment.