mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-07-11 14:34:39 +00:00
Fixed the merge issues
This commit is contained in:
parent
26ff02fd38
commit
9add24b42e
9 changed files with 0 additions and 1375 deletions
|
|
@ -545,17 +545,10 @@ function MergeToolImage::onFire(%data,%obj,%slot)
|
|||
|
||||
function MergeToolImage::onMount(%this,%obj,%slot)
|
||||
{
|
||||
<<<<<<< HEAD
|
||||
if(%obj.MTMode $= "")
|
||||
%obj.MTMode = 0;
|
||||
if(%obj.MTSubMode $= "")
|
||||
%obj.MTSubMode = 0;
|
||||
=======
|
||||
if(%obj.client.MTMode $= "")
|
||||
%obj.client.MTMode = 0;
|
||||
if(%obj.client.MTSubMode $= "")
|
||||
%obj.client.MTSubMode = 0;
|
||||
>>>>>>> origin/development
|
||||
%obj.usingMTelec = 1;
|
||||
//Phantom139: Added
|
||||
%obj.hasMineModes = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue