t2-mapper/docs/base/@vl2/z_DMP2-V0.6.vl2/scripts/autoexec/dmp2VersionCheck.cs
2025-11-26 00:00:11 -08:00

10 lines
No EOL
240 B
C#

// Tells the server what version of the DMP2 pack the client is using
$DMP2::Version = "V0.6";
// Client Only
addMessageCallback('MsgDMP2Ver', DMP2Return);
function DMP2Return()
{
commandToServer('ClientDMP2Version', $DMP2::Version);
}