Changes

m
Line 309: Line 309:  
   <tr>
 
   <tr>
 
     <td>UnvalidatedUpdateTick</td>
 
     <td>UnvalidatedUpdateTick</td>
     <td>Raised when the game updates its state (≈60 times per second), regardless of normal SMAPI validation. This event is not thread-safe and may be invoked while game logic is running asynchronously. Changes to game state in this method may crash the game or corrupt an in-progress save. '''Do not use this event unless you're fully aware of the context in which your code will be run. Using this event will trigger a warning in the SMAPI console.'''</td>
+
     <td>Raised after the game updates its state (≈60 times per second), regardless of normal SMAPI validation. This event is not thread-safe and may be invoked while game logic is running asynchronously. Changes to game state in this method may crash the game or corrupt an in-progress save. '''Do not use this event unless you're fully aware of the context in which your code will be run. Using this event will trigger a warning in the SMAPI console.'''</td>
 
   </tr>
 
   </tr>
 
</table>
 
</table>
translators
8,404

edits